mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 11:47:27 -03:00
Load default settings in CLI mode, of config is not passed in
This commit is contained in:
parent
6561d71edd
commit
bf20085c4a
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ def main(cwd=None):
|
|||
# Re-load settings, if a custom config was passed in
|
||||
if config:
|
||||
common.load_settings(config)
|
||||
else:
|
||||
common.load_settings()
|
||||
|
||||
# Verbose mode?
|
||||
common.verbose = verbose
|
||||
|
|
Loading…
Reference in a new issue