You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-07-17 22:58:07 +02:00
fix
This commit is contained in:
@ -13,7 +13,7 @@ def method(params):
|
|||||||
if shedule:
|
if shedule:
|
||||||
voice = voice + ' Расписание на сегодня: ' + shedule
|
voice = voice + ' Расписание на сегодня: ' + shedule
|
||||||
while True:
|
while True:
|
||||||
if os.popen('echo \'pow 0.0.0.0\' | cec-client -s -d 1 |grep power').read() == 'power status: on':
|
if os.popen('echo \'pow 0.0.0.0\' | cec-client -s -d 1 |grep power').read() == 'power status: on\n':
|
||||||
break
|
break
|
||||||
return Response(text = text, voice = voice)
|
return Response(text = text, voice = voice)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user