mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-02 07:03:40 +00:00
fix: 修改变量
This commit is contained in:
parent
3604ef4228
commit
3fd8e5755d
@ -214,7 +214,7 @@ class SessionReplayViewSet(AsyncApiMixin, viewsets.ViewSet):
|
||||
local_path, url_or_err = storage.get_file_path_url()
|
||||
if local_path is None:
|
||||
return Response({"error": url_or_err}, status=404)
|
||||
data = self.get_replay_data(session, url_or_err)
|
||||
data = self.get_replay_data(session, local_path)
|
||||
return Response(data)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user