From 33c7df15649ab3dbb963b58eb852d3e2876d31be Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 2 Jun 2009 00:45:18 +0200 Subject: new reconnect method, hard to test --- Plugins/MyvideoDe.py | 5 ++--- Plugins/YoutubeCom.py | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'Plugins') diff --git a/Plugins/MyvideoDe.py b/Plugins/MyvideoDe.py index 342e73e65..762cd77e0 100644 --- a/Plugins/MyvideoDe.py +++ b/Plugins/MyvideoDe.py @@ -19,9 +19,8 @@ class MyvideoDe(Plugin): self.parent = parent self.html = None self.html_old = None #time() where loaded the HTML - self.time_plus_wait = None #time() + wait in seconds - self.want_reconnect = None - + self.time_plus_wait = None #time() + wait in seconds + def set_parent_status(self): """ sets all available Statusinfos about a File in self.parent.status """ diff --git a/Plugins/YoutubeCom.py b/Plugins/YoutubeCom.py index a21f75518..a20058643 100644 --- a/Plugins/YoutubeCom.py +++ b/Plugins/YoutubeCom.py @@ -20,7 +20,6 @@ class YoutubeCom(Plugin): self.html = None self.html_old = None #time() where loaded the HTML self.time_plus_wait = None #time() + wait in seconds - self.want_reconnect = None def set_parent_status(self): """ sets all available Statusinfos about a File in self.parent.status -- cgit v1.2.3