位置信息记录进日志
This commit is contained in:
parent
be7f01fd86
commit
4d5d056a22
|
@ -473,6 +473,7 @@ def loc_change(data):
|
|||
ep_loc_dict['time1'] = time2
|
||||
ep_loc_dict['area_fix_id'] = area_fix['id'] if area_fix else None
|
||||
cache.set(key_str, ep_loc_dict)
|
||||
myLogger.info('位置信息', str(ep_loc_dict))
|
||||
|
||||
|
||||
def handle_xx_event(name: str, data: dict):
|
||||
|
|
Loading…
Reference in New Issue