update url

This commit is contained in:
tymek 2025-07-29 20:37:16 +02:00
parent b8ba694610
commit 90e7e7a07d

View file

@ -2,7 +2,7 @@ import cv2
import requests import requests
import numpy as np import numpy as np
url = "http://localhost:8080" url = "http://pilego.lockal:8080"
stream = requests.get(url, stream=True) stream = requests.get(url, stream=True)
bytes_buffer = b"" bytes_buffer = b""