mirror of
https://github.com/TDSCDMAA/AutoMihoyoBBS.git
synced 2026-06-02 18:43:42 +08:00
fix multi
This commit is contained in:
parent
5ad6bc21c1
commit
aa6d63ea19
@ -58,7 +58,7 @@ def main_multi(autorun: bool):
|
||||
status = 0
|
||||
if len(results["error"]) == len(config_list):
|
||||
status = 1
|
||||
elif len(results["error"]) < len(config_list):
|
||||
elif len(results["error"]) != 0:
|
||||
status = 2
|
||||
push.push(status, push_message)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user