From 0099ac650c9a478af925c19e404436938a2b6437 Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Tue, 6 Aug 2013 10:00:55 +0300 Subject: implement timeout callback --- src/webvicli/webvicli/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webvicli') 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: -- cgit v1.2.3