database
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user