summaryrefslogtreecommitdiffstats
path: root/Plugins/MyvideoDe.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-06-02 00:45:18 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-06-02 00:45:18 +0200
commit33c7df15649ab3dbb963b58eb852d3e2876d31be (patch)
tree92ea835d25363afe7ac20a36f66834b509a0d13d /Plugins/MyvideoDe.py
parentfixed no log folder bug, more logs instead of prints (diff)
downloadpyload-33c7df15649ab3dbb963b58eb852d3e2876d31be.tar.xz
new reconnect method, hard to test
Diffstat (limited to 'Plugins/MyvideoDe.py')
-rw-r--r--Plugins/MyvideoDe.py5
1 files changed, 2 insertions, 3 deletions
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
"""