diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-06-08 02:26:28 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-06-08 02:26:28 +0300 |
commit | eb825f62ee876e5cf6c6ffc31a7e218d78c94993 (patch) | |
tree | 5d59f0d8ad9a171a714080a3ab75d7adc5d5dc2b /src/relay_mqtt_bot.py | |
parent | 3ae1c3b5a7196cd7f556579658244868026b5e11 (diff) |
save
Diffstat (limited to 'src/relay_mqtt_bot.py')
-rwxr-xr-x | src/relay_mqtt_bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/relay_mqtt_bot.py b/src/relay_mqtt_bot.py index 8fcf423..e7fa613 100755 --- a/src/relay_mqtt_bot.py +++ b/src/relay_mqtt_bot.py @@ -11,7 +11,7 @@ from home.mqtt.module.relay import MqttRelayModule, MqttRelayState from home.mqtt.module.diagnostics import InitialDiagnosticsPayload, DiagnosticsPayload -config.load('relay_mqtt_bot') +config.load_app('relay_mqtt_bot') bot.initialize() bot.lang.ru( |