mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-11 05:17:55 +03:00
fixed uds tunnel args
This commit is contained in:
parent
8cc17464c3
commit
159aa3c6ec
@ -343,9 +343,9 @@ def main() -> None:
|
||||
)
|
||||
args = parser.parse_args()
|
||||
|
||||
if args.rdp:
|
||||
pass
|
||||
elif args.detailed_stats:
|
||||
if args.tunnel:
|
||||
tunnel_main(args)
|
||||
if args.detailed_stats:
|
||||
asyncio.run(stats.getServerStats(True))
|
||||
elif args.stats:
|
||||
asyncio.run(stats.getServerStats(False))
|
||||
|
Loading…
Reference in New Issue
Block a user