fix multi

This commit is contained in:
Womsxd 2022-04-26 06:54:34 +08:00
parent 5ad6bc21c1
commit aa6d63ea19
No known key found for this signature in database
GPG Key ID: 0FE76418EE689B68

View File

@ -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)