]> code.delx.au - pymsnt/blobdiff - src/main.py
Fixed presence probe typo.
[pymsnt] / src / main.py
index f4f80f93c0f81ed52f4c36d1835903c873c09682..35690e5cd2f9afbbe49d6e46c0828b37f5739112 100644 (file)
@@ -316,10 +316,6 @@ class App:
                pf.write("%s\n" % pid)
                pf.close()
 
-       def alreadyRunning(self):
-               sys.__stdout__.write("There is already a transport instance running with this configuration.\nExiting...\n\n")
-               sys.exit(1)
-       
        def shuttingDown(self):
                self.transportSvc.removeMe()
                # Keep the transport running for another 3 seconds