perf: 优化变量名

This commit is contained in:
jiangweidong
2023-06-13 11:33:08 +08:00
committed by Jiangjie.Bai
parent 9a29cda210
commit a991a6c56c
4 changed files with 12 additions and 9 deletions

View File

@@ -67,7 +67,7 @@ def upload_session_replay_to_external_storage(session_id):
return
replay_storage = ReplayStorageHandler(session)
local_path, url_or_err = replay_storage.find_local()
local_path, url = replay_storage.find_local()
if not local_path:
logger.error(f'Session replay not found, may be upload error: {local_path}')
return