updated image names to better work with ffmpeg conversion
This commit is contained in:
@@ -11,12 +11,12 @@ headerz = {'Accept' : 'image/avif,image/webp,image/png,image/svg+xml,image/*;q=0
|
||||
|
||||
|
||||
milliseconds = int(time() * 1000)
|
||||
image_check = requests.get("https://ehub.portvancouver.com/Webcams/Photos/DeltaportGate3?" + str(milliseconds))
|
||||
image_check = requests.get("https://ehub.portvancouver.com/Photos/CPCTruckRoute?" + str(milliseconds))
|
||||
print(image_check)
|
||||
|
||||
while True:
|
||||
milliseconds = int(time() * 1000)
|
||||
str1 = "https://ehub.portvancouver.com/Webcams/Photos/DeltaportGate3?" + str(milliseconds)
|
||||
str1 = "https://ehub.portvancouver.com/Photos/CPCTruckRoute?" + str(milliseconds)
|
||||
|
||||
image_name = "image" + str(milliseconds) + ".jpg"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user