Fix port argument

ogrepository-integration
Vadim vtroshchinskiy 2025-04-01 13:12:02 +02:00
parent ece688c582
commit f2ce7267f1
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ else:
if args.listen:
listen_host = args.listen
if args.port:
listen_port = args.port
if args.debug:
debug_enabled = True