SatCat commited on
Commit
31d085b
·
verified ·
1 Parent(s): 7f240e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ my_data = ['Ready?', 'Go!', ]
10
  @asynccontextmanager
11
  async def lifespan(app: FastAPI):
12
  # --- startup ---
13
- test()
14
  yield
15
  # --- shutdown ---
16
 
 
10
  @asynccontextmanager
11
  async def lifespan(app: FastAPI):
12
  # --- startup ---
13
+ work()
14
  yield
15
  # --- shutdown ---
16