Skip to content
Snippets Groups Projects
Commit 5bcc6a2e authored by adam-abed-abud's avatar adam-abed-abud
Browse files

Some minor changes

parent d4d57bc3
Branches
No related merge requests found
../raspberry-dataserver/CommsCommon.py
\ No newline at end of file
......@@ -12,7 +12,7 @@ import sqlite3
from flask import json
import chardet
from hevclient import HEVClient
from commsConstants import DataFormat
from CommsCommon import DataFormat
from datetime import datetime
WEBAPP = Flask(__name__)
......
......@@ -12,7 +12,7 @@ import sqlite3
from datetime import datetime
import threading
from hevclient import HEVClient
from commsConstants import DataFormat
from CommsCommon import DataFormat
SQLITE_FILE = 'database/HEC_monitoringDB.sqlite' # name of the sqlite database file
TABLE_NAME = 'hec_monitor' # name of the table to be created
......
../raspberry-dataserver/commsConstants.py
\ No newline at end of file
No preview for this file type
No preview for this file type
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment