1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 10:58:21 +08:00

Opt: More logs for debugging

This commit is contained in:
LmeSzinc
2020-11-23 21:47:36 +08:00
parent f37387da0f
commit 7a85ceda34
2 changed files with 7 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ class AzurLaneAutoScript:
self.device = None
def run(self, command):
logger.attr('Command', command)
self.config.start_time = datetime.now()
self.device = Device(config=self.config)
while 1: