Skip to content

Commit

Permalink
changed db name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeneghini committed Jan 19, 2024
1 parent 096c097 commit 4590486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/additional_docs/gen_materials_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Change working directory to the directory of this file
os.chdir(os.path.dirname(os.path.abspath(__file__)))

db_path = '../../data/data_sources/EPDL/EPDL.db'
db_path = '../../data/data_sources/EPDL/midsx.db'
conn = sqlite3.connect(db_path)
c = conn.cursor()

Expand Down

0 comments on commit 4590486

Please sign in to comment.