Skip to content

Commit

Permalink
fix topic
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Dec 27, 2020
1 parent 41dea34 commit 20eac67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pioreactor/background_jobs/leader/mqtt_to_db_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def parse_io_algorithm_settings(topic, payload):
},
{"topic": "pioreactor/+/+/log", "table": "logs", "parser": parse_logs},
{
"topic": "pioreactor/+/+/io_algorithm_settings",
"topic": "pioreactor/+/+/io_controlling/io_algorithm_settings",
"table": "io_algorithm_settings",
"parser": parse_io_algorithm_settings,
},
Expand Down

0 comments on commit 20eac67

Please sign in to comment.