1
1
mirror of https://github.com/r4sas/PBinCLI synced 2025-01-09 06:18:00 +00:00

Update cli (#8)

correct typo
This commit is contained in:
Rene Luria 2018-05-31 19:09:48 +02:00 committed by R4SAS
parent 12c9c8db3b
commit 99b982306c

2
cli
View File

@ -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