mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 15:13:52 +01:00
PLC-Programm-Neustart unabhängig von XMLRPC Sektion in .conf
This commit is contained in:
@@ -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 !=
|
||||||
|
|||||||
Reference in New Issue
Block a user