1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Optimize: Disable commission_time_limit by default

- Faster ui click
This commit is contained in:
LmeSzinc
2020-06-03 04:36:05 +08:00
parent 0206a6480d
commit 9353ae1707
5 changed files with 8 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ class Timer:
self.limit = limit
self.count = count
self._current = 0
self._reach_count = 0
self._reach_count = count
def start(self):
if not self.started():