summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/tricode/startSoftware.py
diff options
context:
space:
mode:
Diffstat (limited to 'For Weekly Test/tricode/startSoftware.py')
-rw-r--r--For Weekly Test/tricode/startSoftware.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/For Weekly Test/tricode/startSoftware.py b/For Weekly Test/tricode/startSoftware.py
index 74c8739..68f7b6e 100644
--- a/For Weekly Test/tricode/startSoftware.py
+++ b/For Weekly Test/tricode/startSoftware.py
@@ -4,11 +4,11 @@ import subprocess
while 1:
server = ServerClass.ServerHandler(34600)
tried = server.openSocket()
-
+ #print tried
test = server.receiveData(2)
if test == 'START APP':
print 'start'
subprocess.Popen(args=['gnome-terminal','--command= python gsmselftest-website3.py'])
- #print server.closeConnection()
+ server.closeConnection()
del server