Skip to content

Commit 76ca01c

Browse files
committed
working around
1 parent 2f0c9b1 commit 76ca01c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/app.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"description": "Learn strategies and compete in chess tournaments",
2626
"schedule": "Fridays, 3:30 PM - 5:00 PM",
2727
"max_participants": 12,
28-
"participants": ["[email protected]", "[email protected]"]
28+
2929
},
3030
"Programming Class": {
3131
"description": "Learn programming fundamentals and build software projects",
@@ -59,7 +59,7 @@
5959
"description": "Theater rehearsals, acting workshops, and school productions",
6060
"schedule": "Wednesdays, 4:00 PM - 6:00 PM",
6161
"max_participants": 30,
62-
"participants": ["[email protected]"]
62+
"participants": ["[email protected]", "[email protected]"]
6363
},
6464
"Photography Club": {
6565
"description": "Learn photography techniques and work on creative projects",
@@ -83,7 +83,6 @@
8383
}
8484
}
8585

86-
8786
@app.get("/")
8887
def root():
8988
return RedirectResponse(url="/static/index.html")

0 commit comments

Comments
 (0)