diff -r 0c20fc810d61 -r 5736d25bb393 Beremiz_service.py --- 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