diff --git a/logic_ohli24.py b/logic_ohli24.py index 539d512..3b3e592 100644 --- a/logic_ohli24.py +++ b/logic_ohli24.py @@ -991,6 +991,7 @@ class LogicOhli24(LogicModuleBase): url, headers=headers, timeout=timeout ) response_data = page_content.text + return response_data except Exception as e: logger.error("Exception:%s", e) logger.error(traceback.format_exc())