Skip to content

Commit

Permalink
tasks bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Dec 1, 2024
1 parent 3b5ac0d commit a9bfa43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions say/crawler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def get_data(self, force=False):
if r.status_code == 200:
result = r.json()
else:
print(r)
print(url)
print("Cold not update!")
return
Expand Down

0 comments on commit a9bfa43

Please sign in to comment.