Commit 20ac19ff authored by Suzhi Bi's avatar Suzhi Bi

Update begin.py

parent 59364e22
...@@ -2,7 +2,6 @@ import socket ...@@ -2,7 +2,6 @@ import socket
import os import os
import sys import sys
import struct import struct
#import time
ip = '192.168.191.4' ip = '192.168.191.4'
...@@ -46,7 +45,6 @@ if time_max.isdigit(): ...@@ -46,7 +45,6 @@ if time_max.isdigit():
if img_name == img_path_vec[-1]: if img_name == img_path_vec[-1]:
break break
s.close() s.close()
# time.sleep(0.5)
try: try:
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((ip,8081)) s.connect((ip,8081))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment