Fix SEL None
This commit is contained in:
parent
d86915f96c
commit
b7074c007d
1 changed files with 5 additions and 4 deletions
|
@ -303,6 +303,7 @@ def post_registerCheck() -> Any:
|
||||||
}
|
}
|
||||||
|
|
||||||
if start_time + datetime.timedelta(minutes=2) < now_time:
|
if start_time + datetime.timedelta(minutes=2) < now_time:
|
||||||
|
if connection["wsid"] is not None:
|
||||||
# they're late, bring them live now
|
# they're late, bring them live now
|
||||||
print("({}, {}) late, bringing on air now".format(connection["connid"], connection["wsid"]))
|
print("({}, {}) late, bringing on air now".format(connection["connid"], connection["wsid"]))
|
||||||
do_ws_srv_telnet(connection["wsid"])
|
do_ws_srv_telnet(connection["wsid"])
|
||||||
|
|
Loading…
Reference in a new issue