fix
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import os
|
||||
import redis.asyncio as connection
|
||||
|
||||
|
||||
REDIS_HOST = os.getenv('REDIS_HOST', 'localhost')
|
||||
REDIS_PASSWORD = os.getenv('REDIS_PASSWORD')
|
||||
|
||||
|
||||
database = connection.Redis(host=REDIS_HOST, password=REDIS_PASSWORD)
|
||||
Reference in New Issue
Block a user