From 67b7647f41de10e931cbb1fa925f781ff171aba2 Mon Sep 17 00:00:00 2001 From: projectdx Date: Wed, 7 Jan 2026 13:52:22 +0900 Subject: [PATCH] Fix: NameError 'cls' in get_html staticmethod --- info.yaml | 2 +- mod_ohli24.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/info.yaml b/info.yaml index cc1df68..c60dfb0 100644 --- a/info.yaml +++ b/info.yaml @@ -1,5 +1,5 @@ title: "애니 다운로더" -version: "0.6.7" +version: "0.6.8" package_name: "anime_downloader" developer: "projectdx" description: "anime downloader" diff --git a/mod_ohli24.py b/mod_ohli24.py index c02e012..a7dcc1b 100644 --- a/mod_ohli24.py +++ b/mod_ohli24.py @@ -1949,7 +1949,7 @@ class LogicOhli24(AnimeModuleBase): # === [Layer 1: Botasaurus @request (빠름 - HTTP Request)] === if not response_data or len(response_data) < 10: - if cls.ensure_essential_dependencies(): + if LogicOhli24.ensure_essential_dependencies(): try: logger.debug(f"[Layer1] Trying Botasaurus @request: {url}") from botasaurus.request import request as b_request