Skip to content

Commit

Permalink
Changed db directory 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alouradou committed Mar 25, 2024
1 parent 2140336 commit 20ca826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/db_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}


def init_database(path='~/node/static/uploads/serenadoit.db'):
def init_database(path='/home/oignon/node/static/uploads/serenadoit.db'):
# Connexion à la base de données SQLite
conn = sqlite3.connect(path)
# Affihcer les tables
Expand Down Expand Up @@ -120,4 +120,4 @@ def detect_matching(cell, deleted_courses):


if __name__ == "__main__":
init_database('~/node/static/uploads/serenadoit.db')
init_database('/home/oignon/node/static/uploads/serenadoit.db')

0 comments on commit 20ca826

Please sign in to comment.