PLC-Programm-Neustart unabhängig von XMLRPC Sektion in .conf

This commit is contained in:
2019-08-25 07:41:42 +02:00
parent a7f7d48b93
commit 8420e2c622

View File

@@ -161,9 +161,6 @@ class RevPiPyLoad():
@return True, wenn Subsystemneustart noetig ist""" @return True, wenn Subsystemneustart noetig ist"""
if self.plc is None: if self.plc is None:
return True return True
elif "XMLRPC" not in self.globalconfig:
# NOTE: Warum ist das hier?
return True
else: else:
return ( return (
self.plcworkdir != self.plcworkdir !=