diff options
-rw-r--r-- | config | 2 | ||||
-rwxr-xr-x | module/network/Request.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ reconnect_method = reconnect_method debug_mode = False [updates] -search_updates = True +search_updates = asdf install_updates = False [reconnectTime] diff --git a/module/network/Request.py b/module/network/Request.py index 63ed217ed..9adfa41a0 100755 --- a/module/network/Request.py +++ b/module/network/Request.py @@ -275,7 +275,7 @@ class Request: if not self.dl: self.dl = True - file = open(filename, 'wb') + file = open(file_name, 'wb') conn = self.downloader.open(req, post) if conn.headers.has_key("content-length"): |