1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 15:49:25 +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():