Skip to content

Commit

Permalink
retialer 403 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Dec 7, 2024
1 parent f10c7e9 commit 4a8d51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion say/crawler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4a8d51c

Please sign in to comment.