diff options
Diffstat (limited to 'scripts/neohub.py')
-rw-r--r-- | scripts/neohub.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/neohub.py b/scripts/neohub.py index 9ee471e..e5c1b16 100644 --- a/scripts/neohub.py +++ b/scripts/neohub.py @@ -32,7 +32,7 @@ async def run(): device.target_temperature, device.temperature) - sql = """ INSERT INTO neohub + sql = """INSERT INTO neohub (timestamp, time, device_id, |