This commit is contained in:
pengtao 2019-09-16 17:10:03 +08:00
parent 937e0f2a22
commit 224560c21f

View File

@ -126,7 +126,6 @@ def send_cache_data():
print(f"1={line}")
locationid = json.loads(line.get('locationid'))
for item in locationid:
pdb.set_trace()
area = get_area_by_locationid(item)
for one in area.split(','):
key = f"ad::{line.get('gameid', 0)}::{line.get('channelid', 0)}::{one}::{item}"