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

Merge pull request #52 from whoamikyo/master

Fix: fix misstype
This commit is contained in:
LmeSzinc
2020-06-24 00:39:06 +08:00
committed by GitHub

View File

@@ -142,5 +142,5 @@ class Update:
else: else:
logger.info(f' {line}') 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') logger.warning('A new update is available')