mirror of
https://github.com/frozenpandaman/s3s.git
synced 2026-08-28 21:34:19 -05:00
fix typo (#106)
This commit is contained in:
2
s3s.py
2
s3s.py
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user