Skip to content

Commit

Permalink
uncomment line to get data on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
AyyyStew committed Feb 4, 2025
1 parent a1cebaf commit 1d2fe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ async def download(db: Session = Depends(database.get_db)):

# Jobs to do after everthing has started
# Fetch data to populate database
# scripts.getData()
scripts.getData()

0 comments on commit 1d2fe98

Please sign in to comment.