Skip to content

Commit

Permalink
python init modules
Browse files Browse the repository at this point in the history
  • Loading branch information
EricAndrechek committed Apr 10, 2024
1 parent 59862bc commit 9f635e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tracking-dashboard/backend/sql/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion tracking-dashboard/backend/sql/mqtt-syncer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import paho.mqtt.client as mqtt
from datetime import datetime
from sql.helpers import check_item_id, add_item_id
from utils.api import Data
from sql.helpers import check_item_id, add_item_id

# open mqtt connection
client = mqtt.Client()
Expand Down
Empty file.

0 comments on commit 9f635e5

Please sign in to comment.