Moved printing into its own separate project called frank. It also has its own toml and deployement system.
It also works on a raspberry pi
This commit is contained in:
4
frank/settings.py
Normal file
4
frank/settings.py
Normal file
@ -0,0 +1,4 @@
|
||||
from arq.connections import RedisSettings
|
||||
from config import settings as sett
|
||||
|
||||
settings = RedisSettings(host=sett.REDIS_HOST, port=sett.REDIS_PORT)
|
||||
Reference in New Issue
Block a user