fix
This commit is contained in:
parent
6391c7d058
commit
547e7daff9
@ -122,6 +122,7 @@ def send_cache_data():
|
|||||||
# log.info(f"get data was {all}!\n")
|
# log.info(f"get data was {all}!\n")
|
||||||
for line in all:
|
for line in all:
|
||||||
if line:
|
if 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:
|
||||||
area = get_area_by_locationid(item)
|
area = get_area_by_locationid(item)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user