I'm a twat and @mstratford is blind.
This commit is contained in:
parent
4632cd62a6
commit
be5d78f20b
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ def post_cancelCheck() -> Any:
|
||||||
# kill their show
|
# kill their show
|
||||||
# but don't kill it during the news, to avoid unexpected jukeboxing
|
# but don't kill it during the news, to avoid unexpected jukeboxing
|
||||||
now = datetime.datetime.now().timestamp()
|
now = datetime.datetime.now().timestamp()
|
||||||
if now < (currentShow["endTimestamp"] - 45):
|
if now < (currentShow["endTimestamp"] - 15):
|
||||||
do_ws_srv_telnet("NUL")
|
do_ws_srv_telnet("NUL")
|
||||||
subprocess.Popen(["sel", str(SOURCE_JUKEBOX)])
|
subprocess.Popen(["sel", str(SOURCE_JUKEBOX)])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue