remove dead code and cleanup utils file

This commit is contained in:
Nick Sweeting 2019-03-08 17:01:15 -05:00
parent 354ea142e7
commit c7fc9e1878
2 changed files with 260 additions and 425 deletions

View file

@ -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