From f1649bf04d13c4dc572ed9c790c00a71ca36c91d Mon Sep 17 00:00:00 2001 From: "0m.ax" Date: Sun, 20 Jul 2025 01:04:12 +0200 Subject: [PATCH] fix username --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 41b61f8..389f2bc 100644 --- a/main.py +++ b/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.