main -> 2023.03.07 ohli24 버그 픽스 (.01. img xpath fix)

This commit is contained in:
2023-03-07 20:35:22 +09:00
parent 080ae6ab0c
commit 87461cce4a

View File

@@ -1042,7 +1042,7 @@ class LogicOhli24(LogicModuleBase):
@staticmethod @staticmethod
@yommi_timeit @yommi_timeit
def get_html( def get_html(
url, headers=None, referer=None, stream=False, timeout=5, stealth=False url, headers=None, referer=None, stream=False, timeout=10, stealth=False
): ):
# global response_data # global response_data
data = "" data = ""