update url

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

View file

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