From 83617e62bf60ffc56890cfc0b6a28d391b17550e Mon Sep 17 00:00:00 2001 From: ehsang Date: Mon, 16 Sep 2024 00:14:57 +0330 Subject: [PATCH] celeray task --- say/crawler/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/say/crawler/__init__.py b/say/crawler/__init__.py index 96c54918..6532fb56 100644 --- a/say/crawler/__init__.py +++ b/say/crawler/__init__.py @@ -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']