mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 07:13:41 -05:00
mostly working but goofy color stuff broken
This commit is contained in:
parent
35c2a98835
commit
c7746071fc
2 changed files with 3 additions and 9 deletions
|
|
@ -2,7 +2,7 @@ import subprocess
|
|||
import time
|
||||
import requests
|
||||
|
||||
time.sleep(10)
|
||||
time.sleep(8)
|
||||
|
||||
active_stream = requests.get("http://backend:8000/api/v1/active_stream").text.replace('"', '')
|
||||
print(active_stream)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue