summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/12-09-2011
diff options
context:
space:
mode:
authortt412011-10-04 14:11:39 +0200
committertt412011-10-04 14:11:39 +0200
commit96bb2643c9cf9d25d88c483e733daf3c2165d0d0 (patch)
tree043a44404bfe5990cd2f6eb7462ae745930dd7e7 /For Weekly Test/12-09-2011
parentset process name for beter handler (diff)
downloadgsm-selftest-96bb2643c9cf9d25d88c483e733daf3c2165d0d0.tar.gz
gsm-selftest-96bb2643c9cf9d25d88c483e733daf3c2165d0d0.tar.xz
gsm-selftest-96bb2643c9cf9d25d88c483e733daf3c2165d0d0.zip
change automatic parameter
Diffstat (limited to 'For Weekly Test/12-09-2011')
-rw-r--r--For Weekly Test/12-09-2011/gsmselftest2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/For Weekly Test/12-09-2011/gsmselftest2.py b/For Weekly Test/12-09-2011/gsmselftest2.py
index 3e47018..22acc63 100644
--- a/For Weekly Test/12-09-2011/gsmselftest2.py
+++ b/For Weekly Test/12-09-2011/gsmselftest2.py
@@ -205,7 +205,7 @@ def updateDevice():
while quit != True:
print ''
print "Mobile device configuration"
- print "Menu: s = automatic device configuration, m = Manual configuration, q = quit : ",
+ print "Menu: a = automatic device configuration, m = Manual configuration, q = quit : ",
input = sys.stdin.readline().rstrip("\r\n")
print ''
if input == 'm':
@@ -243,7 +243,7 @@ def updateDevice():
initDevice('GSMRZ3')
else:
print 'please choose between 1-8'
- if input == 's':
+ if input == 'a':
i = 0
x = 0
while i !=10: