diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-29 17:58:16 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-29 17:58:16 +0200 |
commit | ebff9ca1fbcc40ecb81b2051f68e179e505b47df (patch) | |
tree | 698ba545b9806be1547440f06cdb0baec09a417f /pyLoadCore.py | |
parent | some fixes (diff) | |
download | pyload-ebff9ca1fbcc40ecb81b2051f68e179e505b47df.tar.xz |
plugin updater
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index dd4741d3e..a276d00eb 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -210,7 +210,6 @@ class Core(object): if self.config['ssl']['activated']: self.check_install("OpenSSL", _("OpenSSL for secure connection"), True) - self.downloadSpeedLimit = int(self.config.get("general", "download_speed_limit")) self.requestFactory = RequestFactory(self) |