位置信息记录进日志

This commit is contained in:
曹前明 2022-09-13 18:52:47 +08:00
parent be7f01fd86
commit 4d5d056a22
1 changed files with 1 additions and 0 deletions

View File

@ -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):