Skip to content

Commit

Permalink
celeray task
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Sep 15, 2024
1 parent 2438de0 commit 83617e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions say/crawler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ def get_data(self, need_id, force=False):
r = request_with_cache(url)
if r.status_code != 200:
return
else:
return


data = result['data']

Expand Down

0 comments on commit 83617e6

Please sign in to comment.