mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Opt: Show commit info in updater
This commit is contained in:
@@ -62,6 +62,8 @@ class AlasManager:
|
||||
return 1
|
||||
elif len(self.log) == 0 or self.log[-1] == "Scheduler stopped.\n":
|
||||
return 2
|
||||
elif self.log[-2].endswith('Update event detected'):
|
||||
return 4
|
||||
else:
|
||||
return 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user