summaryrefslogtreecommitdiffstats
path: root/For Weekly Test
diff options
context:
space:
mode:
authorMac-Linux2011-07-26 15:13:13 +0200
committerMac-Linux2011-07-26 15:13:13 +0200
commitd8846d458ec59a7531f191200fe57e48459d2499 (patch)
tree5518c54c194e947d58cb691da79b57dadb1860a9 /For Weekly Test
parentcopy new db class to the test folder (diff)
downloadgsm-selftest-d8846d458ec59a7531f191200fe57e48459d2499.tar.gz
gsm-selftest-d8846d458ec59a7531f191200fe57e48459d2499.tar.xz
gsm-selftest-d8846d458ec59a7531f191200fe57e48459d2499.zip
modife controller with small changes for the print script
Diffstat (limited to 'For Weekly Test')
-rw-r--r--For Weekly Test/30-07-2011/Controller.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/For Weekly Test/30-07-2011/Controller.py b/For Weekly Test/30-07-2011/Controller.py
index 592d545..c0c102d 100644
--- a/For Weekly Test/30-07-2011/Controller.py
+++ b/For Weekly Test/30-07-2011/Controller.py
@@ -11,8 +11,6 @@ dbStatus = db.connectDB()
if dbStatus == 1:
-
- db.anyTasksToDo()
if db.anyTasksToDo() == 1:
@@ -49,8 +47,8 @@ if dbStatus == 1:
call = None
rec = None
db.deleteTempTask(taskID)
- db.cleanTasksList()
- db.anyTasksToDo()
+ db.cleanTasksList()
+
else:
print "No job at all"
else: