diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2013-08-06 10:00:55 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2013-08-06 10:00:55 +0300 |
| commit | 0099ac650c9a478af925c19e404436938a2b6437 (patch) | |
| tree | 754cc0a3c0cc6e587eb206e0ba5cc91ed7dd8708 /src/webvicli | |
| parent | 7c81286a59639e139ac7e947378be24410701a5e (diff) | |
| download | vdr-plugin-webvideo-0099ac650c9a478af925c19e404436938a2b6437.tar.gz vdr-plugin-webvideo-0099ac650c9a478af925c19e404436938a2b6437.tar.bz2 | |
implement timeout callback
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: |
