Skip to content

Commit

Permalink
Removed mistakes from app module
Browse files Browse the repository at this point in the history
  • Loading branch information
novicatepic committed Sep 4, 2024
1 parent ab7cc3b commit 404c8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
from queue import Queue
from mqtt_util import MQTTConf, GcbService, \
GCB_TEMP_TOPIC, GCB_LOAD_TOPIC, GCB_FUEL_TOPIC, GCB_STATS_TOPIC, GCB_PROTOCOL_TOPIC
from src.can_protocol import start_protocol_mqtt, processed_ids
from src.can_protocol import start_protocol_mqtt, processed_ids, get_data_by_id
from config_util import ConfFlags, get_temp_interval, get_fuel_level_limit, \
start_config_observer
from mqtt_utils import MQTTClient
Expand Down

0 comments on commit 404c8fb

Please sign in to comment.