sample
This commit is contained in:
parent
323b3bc45a
commit
af87e9d7b6
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -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():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue