This commit is contained in:
0m.ax 2025-07-20 16:19:26 +02:00
parent 323b3bc45a
commit af87e9d7b6

View file

@ -42,8 +42,8 @@ def main(device_path, dest_ip, dest_port):
# Variables to store the latest coordinates # Variables to store the latest coordinates
x_coor = None x_coor = None
y_coor = None y_coor = None
send(69,69) send(sock,69,69)
send(69,69) send(sock,69,69)
# Loop indefinitely to read events # Loop indefinitely to read events
while True: while True:
for e in d.events(): for e in d.events():