mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-30 22:15:02 +00:00
commit
0e9ebed19d
@ -119,7 +119,7 @@ class SessionReplayViewSet(viewsets.ViewSet):
|
||||
session = get_object_or_404(Session, id=session_id)
|
||||
|
||||
data = {
|
||||
'type': 'guacamole' if self.session.protocol == 'rdp' else 'json',
|
||||
'type': 'guacamole' if session.protocol == 'rdp' else 'json',
|
||||
'src': '',
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user