Update app.py
Browse files
app.py
CHANGED
|
@@ -159,5 +159,5 @@ def get_output(course_name: str):
|
|
| 159 |
@app.on_event("startup")
|
| 160 |
def startup_event():
|
| 161 |
# Uncomment this to run analysis every time app starts
|
| 162 |
-
|
| 163 |
print("[*] App ready. Visit /outputs/{course_name} to fetch results.")
|
|
|
|
| 159 |
@app.on_event("startup")
|
| 160 |
def startup_event():
|
| 161 |
# Uncomment this to run analysis every time app starts
|
| 162 |
+
analyze_all()
|
| 163 |
print("[*] App ready. Visit /outputs/{course_name} to fetch results.")
|