Beremiz_service.py
changeset 1953 5736d25bb393
parent 1934 67b06b30f2bd
child 1955 a1ea9856013a
--- a/Beremiz_service.py	Tue Feb 20 11:24:40 2018 +0100
+++ b/Beremiz_service.py	Tue Feb 20 14:16:51 2018 +0100
@@ -425,7 +425,7 @@
             # pyro never frees memory after connection close if no timeout set
             # taking too small timeout value may cause
             # unwanted diconnection when IDE is kept busy for long periods
-            self.daemon.setTimeout(60);
+            self.daemon.setTimeout(60)
             self.Start()
             self.daemon.requestLoop()
             self.daemon.sock.close()
@@ -590,7 +590,7 @@
     # Find pre-existing project WAMP config file
     _wampconf = os.path.join(WorkingDir, "wampconf.json")
 
-    # If project's WAMP config file exits, override default (-c) 
+    # If project's WAMP config file exits, override default (-c)
     if os.path.exists(_wampconf):
         wampconf = _wampconf