mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-05 09:41:42 +02:00
Adapt for Google Cloud Deployment
This commit is contained in:
@ -10,7 +10,7 @@ index_label = "Id"
|
||||
done_table = "done_songs"
|
||||
|
||||
def open_db():
|
||||
conn = sqlite3.connect("data/test.db")
|
||||
conn = sqlite3.connect("/tmp/karaoqueue.db")
|
||||
conn.execute('PRAGMA encoding = "UTF-8";')
|
||||
return conn
|
||||
|
||||
|
Reference in New Issue
Block a user