MENG21 commited on
Commit
ddafbd0
·
1 Parent(s): a477008
Files changed (1) hide show
  1. app5_selectbox/database_con.py +1 -1
app5_selectbox/database_con.py CHANGED
@@ -14,5 +14,5 @@
14
  #### for sqlite connection ####
15
 
16
  import sqlite3
17
- db_connection = sqlite3.connect('/home/aibo/prototype_v1/prototype/database/data.sqlite', check_same_thread=False)
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()