Spaces:
Paused
Paused
app5_selectbox/database_con.py
CHANGED
|
@@ -14,5 +14,5 @@
|
|
| 14 |
#### for sqlite connection ####
|
| 15 |
|
| 16 |
import sqlite3
|
| 17 |
-
db_connection = sqlite3.connect('
|
| 18 |
cursor = db_connection.cursor()
|
|
|
|
| 14 |
#### for sqlite connection ####
|
| 15 |
|
| 16 |
import sqlite3
|
| 17 |
+
db_connection = sqlite3.connect('database/data.sqlite', check_same_thread=False)
|
| 18 |
cursor = db_connection.cursor()
|