1
0
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:
Adolfo Gómez García 2022-12-19 18:02:38 +01:00
parent 8cc17464c3
commit 159aa3c6ec
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -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))