From 547e7daff9a469a7a5f856ec87cb76dad680e09b Mon Sep 17 00:00:00 2001 From: pengtao Date: Mon, 16 Sep 2019 15:33:54 +0800 Subject: [PATCH] fix --- ad_tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ad_tasks.py b/ad_tasks.py index 38c9c99..329a7b3 100644 --- a/ad_tasks.py +++ b/ad_tasks.py @@ -122,6 +122,7 @@ def send_cache_data(): # log.info(f"get data was {all}!\n") for line in all: if line: + print(f"1={line}") locationid = json.loads(line.get('locationid')) for item in locationid: area = get_area_by_locationid(item)