load config
This commit is contained in:
@@ -10,6 +10,8 @@ OP_PING = 'PING'.encode()
|
||||
OP_OK = 'OK'.encode()
|
||||
OP_ERROR = 'ERROR'.encode()
|
||||
|
||||
config = yaml.safe_load(open("intercom.yml"))
|
||||
|
||||
class CallManager:
|
||||
state = NO_CALL
|
||||
station = None
|
||||
|
||||
Reference in New Issue
Block a user