mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 23:23:52 +01:00
fix: Fixes the error that setconfig always reloads the settings
The parameter 'loadnow' has not been processed since commit3222790dand the settings have always been applied immediately. Refs:3222790dSigned-off-by: Sven Sager <akira@narux.de>
This commit is contained in:
@@ -1358,6 +1358,7 @@ class RevPiPyLoad:
|
|||||||
"".format(self.xmlrpcacl.filename)
|
"".format(self.xmlrpcacl.filename)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if loadnow:
|
||||||
# RevPiPyLoad neu konfigurieren
|
# RevPiPyLoad neu konfigurieren
|
||||||
self.evt_loadconfig.set()
|
self.evt_loadconfig.set()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user