huh
This commit is contained in:
@@ -29,11 +29,11 @@ class GameService:
|
||||
frame, fen = self.detection_service.analyze_single_frame()
|
||||
print(fen)
|
||||
url = "http://192.168.15.125:1880/party/image"
|
||||
threading.Thread(
|
||||
"""threading.Thread(
|
||||
target=self.__send_detection_result,
|
||||
args=(url, frame, fen),
|
||||
daemon=True
|
||||
).start()
|
||||
).start()"""
|
||||
except Exception as e:
|
||||
print(e)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user