perf: 修复 rdp option 参数设置

pull/10500/head
Eric 2023-05-18 19:34:26 +08:00 committed by Jiangjie.Bai
parent 31600ba66c
commit 48fca8f0f3
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class RDPFileClientProtocolURLMixin:
rdp = token.asset.platform.protocols.filter(name='rdp').first()
if rdp and rdp.setting.get('console'):
rdp_options['administrative session:i:'] = '1'
rdp_options['administrative session:i'] = '1'
# 文件名
name = token.asset.name