From 3b2c92a0e3fa1abab8cd741466d55ec2f7b7bd29 Mon Sep 17 00:00:00 2001 From: projectdx Date: Mon, 24 Oct 2022 04:22:25 +0900 Subject: [PATCH] anilife update 2022.10.24(02.) --- logic_anilife.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/logic_anilife.py b/logic_anilife.py index 5bd8db5..65bb658 100644 --- a/logic_anilife.py +++ b/logic_anilife.py @@ -112,9 +112,7 @@ class LogicAniLife(LogicModuleBase): default_route_socketio(P, self) @staticmethod - def get_html( - url: str, referer: str = None, stream: bool = False, timeout: int = 5 - ): + def get_html(url: str, referer: str = None, stream: bool = False, timeout: int = 5): data = "" try: print("cloudflare protection bypass ==================")