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

Fix: add new day check to reward_loop

- Fix emotion reduce when calculating recover
This commit is contained in:
LmeSzinc
2020-06-06 21:53:31 +08:00
parent 4d42220751
commit 3c35974bbe
6 changed files with 23 additions and 11 deletions

View File

@@ -15,6 +15,7 @@ class AzurLaneAutoScript:
self.config = AzurLaneConfig(ini_name)
def run(self, command):
self.config.start_time = datetime.now()
try:
self.__getattribute__(command.lower())()
except Exception as e: