From 3e3bec6d5025acd942b3ee9a6d06e4fce8a96587 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 3 Mar 2026 15:31:31 +0000 Subject: [PATCH] remove the sleep(), the @ratelimit decorator already handles this. --- vban_cmd/vbancmd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vban_cmd/vbancmd.py b/vban_cmd/vbancmd.py index 8d204a5..ecef476 100644 --- a/vban_cmd/vbancmd.py +++ b/vban_cmd/vbancmd.py @@ -312,7 +312,6 @@ class VbanCmd(abc.ABC): for key, di in data.items(): target(key).apply(di) - time.sleep(self.DELAY) def apply_config(self, name): """applies a config from memory"""