diff --git a/bookserver/main.py b/bookserver/main.py index 2294ec3..d12372a 100644 --- a/bookserver/main.py +++ b/bookserver/main.py @@ -85,7 +85,7 @@ async def startup(): os.makedirs(settings.error_path, exist_ok=True) assert ( settings.runestone_path.exists() - ), f"Runestone appplication in web2py path {settings.runestone_path} does not exist." + ), f"Runestone application in web2py path {settings.runestone_path} does not exist." await init_models() init_graders()