From 53f8058f865530b04d39e18e9be623d530768e82 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 22 Feb 2026 10:32:46 +0100 Subject: [PATCH] whoops --- xrd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrd.py b/xrd.py index 2356030..e5cca4d 100644 --- a/xrd.py +++ b/xrd.py @@ -263,7 +263,7 @@ def run_server(): except ConnectionResetError: break except ConnectionAbortedError: break except BlockingIOError: - run_periodic() + run_periodic(tef, conn, state) time.sleep(0.015) if __name__ == "__main__": run_server() \ No newline at end of file