remove random hello varable

This commit is contained in:
Daniel 2021-04-26 12:09:03 +01:00
parent fcaa13484a
commit dc1e150f89

View File

@ -44,7 +44,7 @@ while True:
break
# write to the file the bytes we just received
try:
hello = bytes_read.decode()
bytes_read.decode()
#update_image()
os.remove("screen.jpg")
os.rename(r"screen_download.jpg",r"screen.jpg")