remove the sleep(), the @ratelimit decorator already handles this.

This commit is contained in:
onyx-and-iris 2026-03-03 15:31:31 +00:00
parent 55b3125e10
commit 3e3bec6d50

View File

@ -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"""