panchadip commited on
Commit
e1e36a4
·
verified ·
1 Parent(s): 13e41f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -30,9 +30,7 @@ app.add_middleware(
30
  allow_headers=["*"],
31
  )
32
 
33
- BASE_DIR = os.path.dirname(os.path.abspath(__file__))
34
- DB_PATH = os.path.join(BASE_DIR, "recruitly.db")
35
-
36
  # Initialize SQLite database
37
  def init_db():
38
  conn = sqlite3.connect("recruitly.db")
 
30
  allow_headers=["*"],
31
  )
32
 
33
+ DB_PATH = "/tmp/recruitly.db"
 
 
34
  # Initialize SQLite database
35
  def init_db():
36
  conn = sqlite3.connect("recruitly.db")