From 4a8d51c9b0e2c204c4acd2a3779f58c5473c1067 Mon Sep 17 00:00:00 2001 From: ehsang Date: Sat, 7 Dec 2024 17:58:05 +0330 Subject: [PATCH] retialer 403 fix --- say/crawler/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/say/crawler/__init__.py b/say/crawler/__init__.py index ede6f44d..d05af4b1 100644 --- a/say/crawler/__init__.py +++ b/say/crawler/__init__.py @@ -133,7 +133,7 @@ def parse_result(self, api_response): except json.JSONDecodeError as e: return f"An error occurred while parsing JSON: {e}" - def get_data(self): + def get_data(self, force=False): result = None parsed_result = None