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

Opt: Emphasize research logs

This commit is contained in:
LmeSzinc
2021-09-14 17:20:32 +08:00
parent 266db577be
commit 11290af0fa
3 changed files with 11 additions and 14 deletions

View File

@@ -134,6 +134,7 @@ class AzurStats:
os.makedirs(folder, exist_ok=True)
file = os.path.join(folder, f'{timestamp}.png')
image.save(file)
logger.info(f'Image save success, file: {file}')
return True
except Exception as e:
logger.exception(e)