Skip to content

Commit

Permalink
cli: Fixed default config for port
Browse files Browse the repository at this point in the history
There was a typo causing the default config for port being missing.
  • Loading branch information
garberg committed Aug 20, 2024
1 parent bd51048 commit 1a76329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipap-cli/nipap
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if __name__ == '__main__':
# config defaults
cfg_defaults = {
'hostname': 'localhost',
'post': 1337,
'port': 1337,
'password': None,
'prefix_list_columns': None,
'use_ssl': 'false'
Expand Down

0 comments on commit 1a76329

Please sign in to comment.