diff options
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) |