fix username
This commit is contained in:
parent
cf0af3737d
commit
f1649bf04d
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -6,7 +6,7 @@ import sys
|
|||
import libevdev
|
||||
#from libevdev import ecodes
|
||||
|
||||
def main(device_path, dest_ip, dest_port,username,password):
|
||||
def main(device_path, dest_ip, dest_port):
|
||||
"""
|
||||
Reads absolute X and Y coordinates from an evdev device and sends them
|
||||
over UDP to a specified address and port.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue