fix: Fixes the error that setconfig always reloads the settings

The parameter 'loadnow' has not been processed since commit 3222790d
and the settings have always been applied immediately.

Refs: 3222790d
Signed-off-by: Sven Sager <akira@narux.de>
This commit is contained in:
2023-10-26 07:38:04 +02:00
parent 7bc1adcc2a
commit 87effde838

View File

@@ -1358,6 +1358,7 @@ class RevPiPyLoad:
"".format(self.xmlrpcacl.filename)
)
if loadnow:
# RevPiPyLoad neu konfigurieren
self.evt_loadconfig.set()