mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-11 20:29:40 +00:00
perf: 优化变量名
This commit is contained in:
committed by
Jiangjie.Bai
parent
9a29cda210
commit
a991a6c56c
@@ -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
|
||||
|
Reference in New Issue
Block a user