Merge branch 'Shuffle:1.4.0' into 1.4.0

This commit is contained in:
Yash Singh
2024-05-17 13:14:25 +05:30
committed by GitHub
12 changed files with 336 additions and 112 deletions
+1 -1
View File
@@ -660,7 +660,7 @@ class AppBase:
break
else:
# FIXME: Add a checker for 403, and Proxy logs failing
self.logger.info(f"[ERROR] Bad resp {ret.status_code} for url {url}")
self.logger.info(f"[ERROR] Bad resp ({ret.status_code}) in send_result for url '{url}'")
time.sleep(sleeptime)