From: Michael Casadevall Date: Tue, 30 Dec 2008 14:28:25 +0000 (-0500) Subject: Actually use the sleep call ... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a0c616c5fb38451273419a53380c42522ab9d0;p=dak Actually use the sleep call ... Signed-off-by: Michael Casadevall --- diff --git a/dak/update_db.py b/dak/update_db.py index 665724e9..7cb8a275 100755 --- a/dak/update_db.py +++ b/dak/update_db.py @@ -115,7 +115,7 @@ Updates dak's database schema to the lastest version. You should disable crontab print "Please make sure you have a database backup handy. If you don't, press Ctrl-C now!" print "" print "Continuing in five seconds ..." - #time.sleep(5) + time.sleep(5) print "" print "Attempting to upgrade pre-zero database to zero"