5 lines
148 B
Python
5 lines
148 B
Python
from arq.connections import RedisSettings
|
|
from config import settings as sett
|
|
|
|
settings = RedisSettings(host=sett.REDIS_HOST, port=sett.REDIS_PORT)
|