info key刷新时间调整
This commit is contained in:
parent
2b5aff14a8
commit
0402eb67d0
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user