dcorcoran commited on
Commit
d52ea04
·
1 Parent(s): 434dbe3

Added an on startup section for fastapi

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -29,7 +29,7 @@ async def startup_event():
29
  # ---------------
30
 
31
  app = FastAPI(
32
- title="Pokemon Card Image Processor",
33
  )
34
 
35
  app.add_middleware(
 
29
  # ---------------
30
 
31
  app = FastAPI(
32
+ title="Pokemon Card Image Processor"
33
  )
34
 
35
  app.add_middleware(