Skip to content

Commit

Permalink
perf: format arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Yudaotor committed Aug 5, 2023
1 parent a14948d commit a63b2a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EsportsHelper/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def format(self):
self.ignoreBroadCast = formatBoolean(self.ignoreBroadCast)
self.autoSleep = formatBoolean(self.autoSleep)
self.connectorTest = formatBoolean(self.connectorTest)
self.arm64 = formatBoolean(self.arm64)

if isinstance(self.delay, str):
try:
Expand Down

0 comments on commit a63b2a3

Please sign in to comment.