mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-24 21:34:41 +03:00
adding messaging config
This commit is contained in:
parent
d56ce0c653
commit
6b8e828835
7
server/src/uds/core/messaging/config.py
Normal file
7
server/src/uds/core/messaging/config.py
Normal file
@ -0,0 +1,7 @@
|
||||
from uds.core.util import config as cfg
|
||||
|
||||
# Globals for messagging
|
||||
DO_NOT_REPEAT = cfg.Config.section('Messaging').value('Not Repeat Minutes', '10')
|
||||
|
||||
# Ensure that we have a default value for this on startup
|
||||
DO_NOT_REPEAT.getInt()
|
Loading…
Reference in New Issue
Block a user