1
0
Fork 0
mirror of synced 2024-06-16 17:35:15 +12:00

Fix name typo in debug when no links found

This commit is contained in:
Nicolas Simon 2017-05-06 14:22:48 +02:00
parent 2ca21b415f
commit f6149af5a9

View file

@ -187,7 +187,7 @@ def create_archive(service_file, service, resume=None):
if not links:
if service == "pocket":
print('[X] No links found in {}, is it a getpocket.com/export export?'.format(serivce_file))
print('[X] No links found in {}, is it a getpocket.com/export export?'.format(service_file))
elif service == "pinboard":
print ('[X] No links found in {}, is it a pinboard.in/export/format:json/ export?'.format(service_file))
raise SystemExit(1)