Fix typo [ci skip]

This commit is contained in:
decentral1se 2021-06-13 12:50:13 +02:00
parent 8ed276c1b8
commit ae5309a476
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

View File

@ -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"