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

Fix: Verify filename when adding new config

This commit is contained in:
hgjazhgj
2022-11-05 04:17:14 +08:00
parent 816f947deb
commit df74e0a98f
10 changed files with 31 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ class CallbackDetails:
else:
suffix = '??'
logger.info(f'{"--" * cls.task_nested + suffix} {task}')
logger.info(f'{"--" * cls.task_nested} {suffix} {task}')
if 'SubTaskStart' in msg:
cls.task_nested += 1