Async generator-executor for site checks (#1978)

This commit is contained in:
Soxoj
2024-12-17 22:48:11 +01:00
committed by GitHub
parent 36ce285572
commit 97e5f600d0
7 changed files with 127 additions and 28 deletions
+1
View File
@@ -188,6 +188,7 @@ class Submitter:
)
return entered_username if entered_username else supposed_username
# TODO: replace with checking.py/SimpleAiohttpChecker call
@staticmethod
async def get_html_response_to_compare(
url: str, session: ClientSession = None, redirects=False, headers: Dict = None