mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-05-12 19:02:16 -04:00
merge args.host into system_config['hostname']
This commit is contained in:
parent
141eb05156
commit
7d9de709c3
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ def merge_config(system_config:dict[str, Any], args:argparse.Namespace) -> dict[
|
|||
system_config['port'] = args.port
|
||||
|
||||
if args.host is not None:
|
||||
system_config['host'] = args.host
|
||||
system_config['hostname'] = args.host
|
||||
|
||||
return system_config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue