debug satırını çıkart
bu arada removeScript çalışmıyor...
This commit is contained in:
@@ -6,7 +6,6 @@ def registerScript(om, appname, scriptPath):
|
||||
s = socket.socket(socket.AF_UNIX,socket.SOCK_STREAM)
|
||||
s.connect("/tmp/comar")
|
||||
cmd = '+' + om + ' ' + appname + ' ' +scriptPath + '\n'
|
||||
print cmd
|
||||
s.send(cmd)
|
||||
s.close()
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user