This commit is contained in:
dnskimo
2023-02-19 14:37:37 +09:00
committed by GitHub
parent ea11b7db85
commit 5f638c03b5

2
s3s.py
View File

@@ -1171,7 +1171,7 @@ def post_result(data, ismonitoring, isblackout, istestrun, overview_data=None):
continue
# should have been taken care of in fetch_json() but just in case...
if payload.get("lobby") == "privatƒe" and utils.custom_key_exists("ignore_private", CONFIG_DATA) or \
if payload.get("lobby") == "private" and utils.custom_key_exists("ignore_private", CONFIG_DATA) or \
payload.get("private") == "yes" and utils.custom_key_exists("ignore_private_jobs", CONFIG_DATA): # SR version
continue