mostly working but goofy color stuff broken

This commit is contained in:
Micha Albert 2024-09-10 16:39:28 -04:00
parent 35c2a98835
commit c7746071fc
No known key found for this signature in database
GPG key ID: 33149159A417BBCE
2 changed files with 3 additions and 9 deletions

View file

@ -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)