This commit is contained in:
2025-12-31 16:12:14 +01:00
parent 88412bf10e
commit 9d795c426e

View File

@@ -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)