info key刷新时间调整

This commit is contained in:
pengtao 2019-09-17 17:04:48 +08:00
parent 2b5aff14a8
commit 0402eb67d0

View File

@ -28,7 +28,6 @@ class RelushADinfo(Resource):
def get(self):
locationid = self.args['locationid']
pdb.set_trace()
if locationid:
need_change_keys = set()
key_word = f"ad::*_{locationid}*::*::{locationid}"
@ -94,6 +93,7 @@ class RelushADinfo(Resource):
data = self.mydb.query(sql)
pdb.set_trace()
if data:
try:
line = data[0]