fix
This commit is contained in:
parent
937e0f2a22
commit
224560c21f
@ -126,7 +126,6 @@ def send_cache_data():
|
|||||||
print(f"1={line}")
|
print(f"1={line}")
|
||||||
locationid = json.loads(line.get('locationid'))
|
locationid = json.loads(line.get('locationid'))
|
||||||
for item in locationid:
|
for item in locationid:
|
||||||
pdb.set_trace()
|
|
||||||
area = get_area_by_locationid(item)
|
area = get_area_by_locationid(item)
|
||||||
for one in area.split(','):
|
for one in area.split(','):
|
||||||
key = f"ad::{line.get('gameid', 0)}::{line.get('channelid', 0)}::{one}::{item}"
|
key = f"ad::{line.get('gameid', 0)}::{line.get('channelid', 0)}::{one}::{item}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user