diff -r 7567c5e4db45 -r f7112a0f9df7 update-hib.py --- a/update-hib.py Sun Jul 27 21:07:54 2014 -0400 +++ b/update-hib.py Thu Aug 28 07:31:43 2014 -0400 @@ -280,6 +280,7 @@ logging.info("%s saved.", os.path.realpath(fn)) except: logging.exception("Error with download %r", dl) + input("Press enter to continue...") else: logging.info("No torrent, url is %s", dl.web) fn = os.path.basename(urllib.parse.urlsplit(dl.web).path)