update url
This commit is contained in:
parent
b8ba694610
commit
90e7e7a07d
|
|
@ -2,7 +2,7 @@ import cv2
|
|||
import requests
|
||||
import numpy as np
|
||||
|
||||
url = "http://localhost:8080"
|
||||
url = "http://pilego.lockal:8080"
|
||||
stream = requests.get(url, stream=True)
|
||||
|
||||
bytes_buffer = b""
|
||||
|
|
|
|||
Loading…
Reference in a new issue