mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Optimize: Disable commission_time_limit by default
- Faster ui click
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user