1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

Small fix for reg_tunnel

This commit is contained in:
Adolfo Gómez García 2023-10-10 01:32:16 +02:00
parent d0fb2302a2
commit 941d07b4e8
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -102,7 +102,7 @@ def main():
parser.add_argument(
'--auth-uuid',
help='UUID of authenticator to use',
required=True,
default='00000000-0000-0000-0000-000000000000',
)
parser.add_argument(
'--username',