diff options
Diffstat (limited to 'src/webvicli')
| -rw-r--r-- | src/webvicli/webvicli/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py index 5de29c9..7dfbccb 100644 --- a/src/webvicli/webvicli/client.py +++ b/src/webvicli/webvicli/client.py @@ -236,7 +236,7 @@ class WVClient: def set_template_path(self, path): self.webvi.set_template_path(path) - def update_timeout(self, timeout_ms, data): + def update_timeout(self, timeout_ms): if timeout_ms < 0: self.alarm = None else: |
