From cbd4643bd397291e6261a3b32e52845f0b67884d Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Sun, 10 May 2026 22:00:10 +0200 Subject: [PATCH] Fix deprecated use of shutdown_timeout kwarg in TCPSite (#6743) --- redbot/core/_rpc.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/redbot/core/_rpc.py b/redbot/core/_rpc.py index 5512dbbbd..56577d0d1 100644 --- a/redbot/core/_rpc.py +++ b/redbot/core/_rpc.py @@ -97,9 +97,6 @@ class RPC: self._runner, host="127.0.0.1", port=port, - shutdown_timeout=120 - # Give the RPC server 2 minutes to finish up, else slap it! - # Seems like a reasonable time. See Red#6391 ), ) except Exception as exc: