1
0
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:
Zuosizhu
2023-04-14 00:20:31 +08:00
parent d1dc2daa91
commit c467ebea56

View File

@@ -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 >