From 9ff7fe5187f9b481847019ac3a30fe29ba4359ff Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 1 Jun 2009 19:55:47 +0200 Subject: reconnect, not working, dont try it out --- Plugins/XupIn.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Plugins/XupIn.py') diff --git a/Plugins/XupIn.py b/Plugins/XupIn.py index 14c8d02ee..534be2e94 100644 --- a/Plugins/XupIn.py +++ b/Plugins/XupIn.py @@ -1,7 +1,6 @@ #!/usr/bin/env python import re -from time import time from Plugin import Plugin class XupIn(Plugin): @@ -23,7 +22,7 @@ class XupIn(Plugin): self.time_plus_wait = None #time() + wait in seconds self.posts = {} self.want_reconnect = None - self.multi_dl = False + self.multi_dl = False def set_parent_status(self): """ sets all available Statusinfos about a File in self.parent.status -- cgit v1.2.3