]> git.decadent.org.uk Git - dak.git/commitdiff
Actually use the sleep call ...
authorMichael Casadevall <sonicmctails@gmail.com>
Tue, 30 Dec 2008 14:28:25 +0000 (09:28 -0500)
committerMichael Casadevall <sonicmctails@gmail.com>
Tue, 30 Dec 2008 14:28:25 +0000 (09:28 -0500)
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
dak/update_db.py

index 665724e9520c32895a78f9e26f0ceb1ce51dcbe1..7cb8a2752b65afc341c8702b1db109f6d482ba3a 100755 (executable)
@@ -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"