From 1d2fe989ed8468bf83e60a3964fb4d84ca3fd2d5 Mon Sep 17 00:00:00 2001 From: AyyyStew Date: Mon, 3 Feb 2025 22:35:37 -0600 Subject: [PATCH] uncomment line to get data on startup --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 51f1caa..daeddfa 100644 --- a/app/main.py +++ b/app/main.py @@ -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()