1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: fix misstype

This commit is contained in:
whoamikyo 2020-06-23 13:24:17 -03:00
parent ff7ed61574
commit aff0cd804e

View File

@ -142,5 +142,5 @@ class Update:
else:
logger.info(f' {line}')
if commits[-1][1] != '<local>' and local is not None:
if commits[-1][1] != '<local version>' and local is not None:
logger.warning('A new update is available')