| author | Fabien Ninoles <fabien@tzone.org> | 
| Thu, 28 Aug 2014 07:31:43 -0400 | |
| changeset 14 | f7112a0f9df7 | 
| parent 13 | 7567c5e4db45 | 
| child 15 | 053eabfead09 | 
| update-hib.py | file | annotate | diff | comparison | revisions | 
--- 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)