From a9bfa43195c0949128a07e2ba4fe1b7fb4f78285 Mon Sep 17 00:00:00 2001 From: ehsang Date: Mon, 2 Dec 2024 00:03:44 +0330 Subject: [PATCH] tasks bug fix --- say/crawler/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/say/crawler/__init__.py b/say/crawler/__init__.py index 0508735e..b758e940 100644 --- a/say/crawler/__init__.py +++ b/say/crawler/__init__.py @@ -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