mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-22 11:51:27 +08:00
Fix: Not delaying exercise time when strategy is aggressive
This commit is contained in:
@@ -230,7 +230,7 @@ class Exercise(ExerciseCombat):
|
||||
logger.info(f'Preserve {self.preserve} exercise')
|
||||
forced_run = False
|
||||
else:
|
||||
forced_run = True
|
||||
forced_run = False
|
||||
|
||||
# Delay task to the configured time
|
||||
if ((get_server_next_update(server_update) - datetime.datetime.now()).seconds >
|
||||
|
||||
Reference in New Issue
Block a user