Skip to content

Commit

Permalink
Merge pull request #1398 from garberg/cli_typo_in_default_config
Browse files Browse the repository at this point in the history
Fixed default config for port in CLI
  • Loading branch information
garberg authored Aug 20, 2024
2 parents bd51048 + 1a76329 commit 012db19
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 012db19

Please sign in to comment.