rikunarita-2 commited on
Commit
edcd0cf
·
verified ·
1 Parent(s): 1a888f1

Update backend/db.py

Browse files
Files changed (1) hide show
  1. backend/db.py +1 -1
backend/db.py CHANGED
@@ -1,7 +1,7 @@
1
  import aiosqlite
2
  import json
3
 
4
- DB_PATH = "/data/jobs.db"
5
 
6
  async def init_db():
7
  async with aiosqlite.connect(DB_PATH) as db:
 
1
  import aiosqlite
2
  import json
3
 
4
+ DB_PATH = "/app/data/jobs.db"
5
 
6
  async def init_db():
7
  async with aiosqlite.connect(DB_PATH) as db: