diff options
author | spoob <spoob@gmx.de> | 2010-08-12 16:07:53 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-08-12 16:07:53 +0200 |
commit | 3c91c7feee8940dc77ae3e3e266a010b55ddde14 (patch) | |
tree | 390ea9fc903a4a31e4a6d952dbdecad0c2770f2d /pyLoadCore.py | |
parent | IRCHook fixes: getestet ! :D (diff) | |
download | pyload-3c91c7feee8940dc77ae3e3e266a010b55ddde14.tar.xz |
Youtube Playlist Download
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']]) |