mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-03-12 04:59:09 +00:00
remove the sleep(), the @ratelimit decorator already handles this.
This commit is contained in:
parent
55b3125e10
commit
3e3bec6d50
@ -312,7 +312,6 @@ class VbanCmd(abc.ABC):
|
|||||||
|
|
||||||
for key, di in data.items():
|
for key, di in data.items():
|
||||||
target(key).apply(di)
|
target(key).apply(di)
|
||||||
time.sleep(self.DELAY)
|
|
||||||
|
|
||||||
def apply_config(self, name):
|
def apply_config(self, name):
|
||||||
"""applies a config from memory"""
|
"""applies a config from memory"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user