remove random hello varable
This commit is contained in:
parent
fcaa13484a
commit
dc1e150f89
@ -44,7 +44,7 @@ while True:
|
|||||||
break
|
break
|
||||||
# write to the file the bytes we just received
|
# write to the file the bytes we just received
|
||||||
try:
|
try:
|
||||||
hello = bytes_read.decode()
|
bytes_read.decode()
|
||||||
#update_image()
|
#update_image()
|
||||||
os.remove("screen.jpg")
|
os.remove("screen.jpg")
|
||||||
os.rename(r"screen_download.jpg",r"screen.jpg")
|
os.rename(r"screen_download.jpg",r"screen.jpg")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user