From f3d63ef86c0a5059c8242e4004d0348a3d052473 Mon Sep 17 00:00:00 2001 From: pengtao Date: Thu, 26 Sep 2019 16:39:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=BC=93=E5=AD=98=E7=94=9F?= =?UTF-8?q?=E6=88=90=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ad_tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ad_tasks.py b/ad_tasks.py index 350e7f1..c3935bc 100644 --- a/ad_tasks.py +++ b/ad_tasks.py @@ -184,7 +184,6 @@ def send_cache_data(): # except Exception: # log.error("拆解过期数据出错!", exc_info=True) - if __name__ == "__main__": log.info('start!') send_cache_data()