Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -37,7 +37,7 @@ class SQLQuery(BaseModel):
|
|
| 37 |
|
| 38 |
# Conexi贸n a la base de datos SQLite
|
| 39 |
def get_db_connection():
|
| 40 |
-
conn = sqlite3.connect('
|
| 41 |
conn.row_factory = sqlite3.Row
|
| 42 |
return conn
|
| 43 |
|
|
|
|
| 37 |
|
| 38 |
# Conexi贸n a la base de datos SQLite
|
| 39 |
def get_db_connection():
|
| 40 |
+
conn = sqlite3.connect('arduino_data.db')
|
| 41 |
conn.row_factory = sqlite3.Row
|
| 42 |
return conn
|
| 43 |
|