update topic
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-07-18 15:18:19 +02:00
parent 5b15442373
commit c9602ba3e6
2 changed files with 2 additions and 1 deletions

View File

@ -50,5 +50,6 @@ def on_message(channel, method_frame, header_frame, body):
if __name__ == "__main__":
mqtt = MQTT()
mqtt.topic = config.MQTT_TOPIC
mqtt.connect()
setup_rabbit()