mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: add new day check to reward_loop
- Fix emotion reduce when calculating recover
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from datetime import datetime
|
||||
|
||||
from module.base.timer import Timer
|
||||
from module.combat.combat import Combat
|
||||
from module.handler.assets import *
|
||||
@@ -45,6 +47,7 @@ class LoginHandler(Combat):
|
||||
self.device.app_stop()
|
||||
self.device.app_start()
|
||||
self.handle_app_login()
|
||||
self.config.start_time = datetime.now()
|
||||
|
||||
def app_ensure_start(self):
|
||||
if not self.device.app_is_running():
|
||||
|
||||
Reference in New Issue
Block a user