diff --git a/ecs/jskult-webapp/src/main.py b/ecs/jskult-webapp/src/main.py index 3bd9e73c..7d65e130 100644 --- a/ecs/jskult-webapp/src/main.py +++ b/ecs/jskult-webapp/src/main.py @@ -43,4 +43,4 @@ app.add_exception_handler(status.HTTP_403_FORBIDDEN, http_exception_handler) app.add_exception_handler(UnexpectedException, http_exception_handler) # サーバー起動時のイベント -app.add_event_handler('startup', task.create_start_app_handler) +app.add_event_handler('startup', task.create_start_app_handler())