mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 15:13: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,8 +1358,9 @@ class RevPiPyLoad:
|
||||
"".format(self.xmlrpcacl.filename)
|
||||
)
|
||||
|
||||
# RevPiPyLoad neu konfigurieren
|
||||
self.evt_loadconfig.set()
|
||||
if loadnow:
|
||||
# RevPiPyLoad neu konfigurieren
|
||||
self.evt_loadconfig.set()
|
||||
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user