From 8023978307bf55031e69d447c505e1da90c0d8fc Mon Sep 17 00:00:00 2001 From: Stef Date: Fri, 5 Sep 2025 21:12:31 +0200 Subject: [PATCH] Changed timeout to 1s which will make it ping every 2s. This is to test --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index adaa9b5..8dbc577 100644 --- a/config.py +++ b/config.py @@ -1 +1 @@ -timeout: int = 4000 +timeout: int = 1000