This commit is contained in:
PaulVua
2025-02-05 15:09:15 +01:00
parent 268a0586b8
commit 49be391eb3
9 changed files with 306 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ Script to create a sqlite database
import sqlite3
# Connect to (or create) the database
# Connect to (or create if not existent) the database
conn = sqlite3.connect("/var/www/nebuleair_pro_4g/sqlite/sensors.db")
cursor = conn.cursor()