diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-12 17:04:03 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-12 17:04:03 +0200 |
commit | c2c3a39f1c4e09f070b85d350eef5fb6a319cb48 (patch) | |
tree | c03205cde143768e80d656a3cce7de9fa17dee82 /pyLoadCore.py | |
parent | XMPP Interface (diff) | |
parent | Youtube Playlist Download (diff) | |
download | pyload-c2c3a39f1c4e09f070b85d350eef5fb6a319cb48.tar.xz |
merge
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 8dc725ca7..db46571d5 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -71,7 +71,6 @@ class Core(object): self.doDebug = False self.arg_links = [] - if len(argv) > 1: try: options, args = getopt(argv[1:], 'vca:hdus:', ["version", "clear", "add=", "help", "debug", "user", "setup", "configdir="]) @@ -156,7 +155,6 @@ class Core(object): s.start() exit() - self.config = ConfigParser() translation = gettext.translation("pyLoad", self.path("locale"), languages=["en", self.config['general']['language']]) |