mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
remove dead code and cleanup utils file
This commit is contained in:
parent
354ea142e7
commit
c7fc9e1878
2 changed files with 260 additions and 425 deletions
|
@ -30,7 +30,6 @@ from util import (
|
|||
save_remote_source,
|
||||
save_stdin_source,
|
||||
pretty_path,
|
||||
migrate_data,
|
||||
check_links_structure,
|
||||
)
|
||||
|
||||
|
@ -159,8 +158,6 @@ if __name__ == '__main__':
|
|||
print_help()
|
||||
raise SystemExit(0)
|
||||
|
||||
migrate_data()
|
||||
|
||||
source = sys.argv[1] if argc > 1 else None # path of links file to import
|
||||
resume = sys.argv[2] if argc > 2 else None # timestamp to resume dowloading from
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue