Browse Source

Update cli (#8)

correct typo
dependabot/add-v2-config-file
Rene Luria 6 years ago committed by R4SAS
parent
commit
99b982306c
  1. 2
      cli

2
cli

@ -65,7 +65,7 @@ def main(): @@ -65,7 +65,7 @@ def main():
"proxy": None}
for p in CONFIG_PATHS:
is os.path.exists(p):
if os.path.exists(p):
CONFIG.update(read_config(p))
break

Loading…
Cancel
Save