Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
command_endpoints: fix cb_disconnect in MqttEndpoint
The cb_disconnect function lacks the self argument. Silences the following flake8 errors: app/internal/command_endpoints/mqtt.py:95:9: F821 undefined name 'self' app/internal/command_endpoints/mqtt.py:96:9: F821 undefined name 'self' Fixes: 571cf76 ("command_endpoints: add connected boolean to MqttEndpoint")
- Loading branch information