From ae5309a4768c7311693f3d66edf1a01f04b85bdb Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 13 Jun 2021 12:50:13 +0200 Subject: [PATCH] Fix typo [ci skip] --- keycloak_collective_portal/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keycloak_collective_portal/main.py b/keycloak_collective_portal/main.py index 156f8c7..2b89ebe 100644 --- a/keycloak_collective_portal/main.py +++ b/keycloak_collective_portal/main.py @@ -43,7 +43,7 @@ async def http_exception_handler(request, exc): @app.on_event("startup") -async def starup_event(): +async def startup_event(): redis = Redis() app.state.redis = await redis.create_pool( f"redis://{REDIS_HOST}:{REDIS_PORT}/{REDIS_DB}?encoding=utf-8"