summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/12-09-2011/gsmselftest2.py
diff options
context:
space:
mode:
Diffstat (limited to 'For Weekly Test/12-09-2011/gsmselftest2.py')
-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: