1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-09 09:59:51 +01:00
This commit is contained in:
Nova Trauben 2017-09-06 13:47:10 -04:00 committed by GitHub
parent 80714ef415
commit 722bbc2581

View File

@ -63,12 +63,12 @@ def load_config():
with open(config) as f:
return parse_config_file(f.read())
# sees if local database exsists
# sees if local database exists
try:
os.path.isfile('/root/downloads/pirate-get/db')
except FileNotFoundError:
return "piratebay local database does not exsist!"
return "piratebay local database does not exists!"
return parse_config_file("")