mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 23:19:33 +00:00
Fixed config responce in client
This commit is contained in:
@@ -216,8 +216,8 @@ def _command_config_write(*args, **kwargs):
|
||||
|
||||
@messaging.request_callback("config")
|
||||
def _response_config(*args, **kwargs):
|
||||
response = {"config": active_client.config.fulldict,
|
||||
"configspec": dict(active_client.config.configspec)}
|
||||
response = {"config": active_client.config.full_dict,
|
||||
"configspec": dict(active_client.config.config.configspec)}
|
||||
return response
|
||||
|
||||
@messaging.request_callback("id")
|
||||
|
||||
Reference in New Issue
Block a user