From 0aaa4f998211e8c63d6b43d3a36fe7d6b561a36f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 9 Mar 2010 18:22:41 +0100 Subject: several fixes, closed #84 --- pyLoadCore.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 5a222c0d3..a9283872f 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -18,9 +18,9 @@ @author: sebnapi @author: RaNaN @author: mkaay - @version: v0.3.1 + @version: v0.3.2 """ -CURRENT_VERSION = '0.3.1' +CURRENT_VERSION = '0.3.2' from getopt import getopt import gettext @@ -150,7 +150,7 @@ class Core(object): self.captchaManager = CaptchaManager(self) self.last_update_check = 0 - self.update_check_interval = 1800 + self.update_check_interval = 6 * 60 * 60 self.update_available = self.check_update() self.logger.info(_("Downloadtime: %s") % self.server_methods.is_time_download()) @@ -354,6 +354,8 @@ class Core(object): return True else: return False + except: + pass finally: self.last_update_check = time.time() -- cgit v1.2.3