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 ==================")