Op.gg fixes (#363)

* Fixed op.gg sites

* Added testing docs, fixed some error

* Updated site list and statistics
This commit is contained in:
Soxoj
2022-02-26 14:16:13 +03:00
committed by GitHub
parent a29c3c6abe
commit 8a865a1ce6
4 changed files with 55 additions and 56 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ class SimpleAiohttpChecker(CheckerBase):
error = CheckError("Unexpected", str(e))
if error == "Invalid proxy response":
self.logger.debug(e, exc_info=True)
self.logger.debug(error, exc_info=True)
return str(html_text), status_code, error