update url
This commit is contained in:
parent
b8ba694610
commit
31be2f7c65
|
|
@ -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.local:8080"
|
||||||
stream = requests.get(url, stream=True)
|
stream = requests.get(url, stream=True)
|
||||||
|
|
||||||
bytes_buffer = b""
|
bytes_buffer = b""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue