Commit
·
3bea1cc
1
Parent(s):
657e6ba
modified
Browse files
app.py
CHANGED
|
@@ -32,8 +32,7 @@ session_state = {
|
|
| 32 |
# AGENT 1
|
| 33 |
@asynccontextmanager
|
| 34 |
async def lifespan(app: FastAPI):
|
| 35 |
-
try
|
| 36 |
-
:
|
| 37 |
with open("fourdayRoadmap.json", "r") as f:
|
| 38 |
session_state["data"] = json.load(f)
|
| 39 |
with open("synthesized_full_roadmap.json", "r") as f:
|
|
|
|
| 32 |
# AGENT 1
|
| 33 |
@asynccontextmanager
|
| 34 |
async def lifespan(app: FastAPI):
|
| 35 |
+
try:
|
|
|
|
| 36 |
with open("fourdayRoadmap.json", "r") as f:
|
| 37 |
session_state["data"] = json.load(f)
|
| 38 |
with open("synthesized_full_roadmap.json", "r") as f:
|