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