From 83bd7d297189ef1cde299510f813fb1d6be68cb6 Mon Sep 17 00:00:00 2001 From: pengtao Date: Thu, 25 Jul 2019 14:44:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BD=8D=E7=BD=AE=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ad_interface_tornado.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ad_interface_tornado.py b/ad_interface_tornado.py index bd28666..7a572ea 100644 --- a/ad_interface_tornado.py +++ b/ad_interface_tornado.py @@ -90,7 +90,7 @@ def send_cache_data(): if not my_redis.exists(f"ad::{line['id']}::info"): # remove some filed from adinfo - remove_list = ('ad_num', 'companyid', 'gameid', 'locationid') + remove_list = ('ad_num', 'companyid', 'gameid') for item in remove_list: line.pop(item) my_redis.hmset(f"ad::{line['id']}::info", line)