diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 6c759cfa..081b03ff 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -8,7 +8,6 @@ import shutil import logging import datetime import time -import urllib2 from subprocess import call @@ -459,4 +458,4 @@ if inputHash and useLink: time.sleep(10) sys.stdout = old_stdout -log_file.close() +log_file.close() \ No newline at end of file