mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-10 10:04:21 +01:00
typos
This commit is contained in:
parent
80714ef415
commit
722bbc2581
@ -63,12 +63,12 @@ def load_config():
|
|||||||
with open(config) as f:
|
with open(config) as f:
|
||||||
return parse_config_file(f.read())
|
return parse_config_file(f.read())
|
||||||
|
|
||||||
# sees if local database exsists
|
# sees if local database exists
|
||||||
try:
|
try:
|
||||||
os.path.isfile('/root/downloads/pirate-get/db')
|
os.path.isfile('/root/downloads/pirate-get/db')
|
||||||
|
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
return "piratebay local database does not exsist!"
|
return "piratebay local database does not exists!"
|
||||||
|
|
||||||
return parse_config_file("")
|
return parse_config_file("")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user