Temporary fix for Twitter (#299) (#300)

This commit is contained in:
Soxoj
2022-01-08 19:15:57 +03:00
committed by GitHub
parent 5c05cfa5bc
commit 2c33d797ce
2 changed files with 23 additions and 2 deletions
+3
View File
@@ -131,6 +131,9 @@ class SimpleAiohttpChecker(CheckerBase):
self.logger.debug(e, exc_info=True)
error = CheckError("Unexpected", str(e))
if error == "Invalid proxy response":
self.logger.debug(e, exc_info=True)
return str(html_text), status_code, error