mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
Fix name typo in debug when no links found
This commit is contained in:
parent
2ca21b415f
commit
f6149af5a9
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ def create_archive(service_file, service, resume=None):
|
||||||
|
|
||||||
if not links:
|
if not links:
|
||||||
if service == "pocket":
|
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":
|
elif service == "pinboard":
|
||||||
print ('[X] No links found in {}, is it a pinboard.in/export/format:json/ export?'.format(service_file))
|
print ('[X] No links found in {}, is it a pinboard.in/export/format:json/ export?'.format(service_file))
|
||||||
raise SystemExit(1)
|
raise SystemExit(1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue