fix username

This commit is contained in:
0m.ax 2025-07-20 01:04:12 +02:00
parent cf0af3737d
commit f1649bf04d

View file

@ -6,7 +6,7 @@ import sys
import libevdev import libevdev
#from libevdev import ecodes #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 Reads absolute X and Y coordinates from an evdev device and sends them
over UDP to a specified address and port. over UDP to a specified address and port.