summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-31 20:36:19 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-31 20:36:19 +0200
commitdcb1894e0c708df0677187355c6743c08ac44c26 (patch)
tree9edd4c4eccde099a95edc8d7436dce8b92e3aba0 /pyLoadCli.py
parentShareLinksBiz decrypter (diff)
downloadpyload-dcb1894e0c708df0677187355c6743c08ac44c26.tar.xz
fixed positional captchas + availbillity over thrift
Diffstat (limited to 'pyLoadCli.py')
-rw-r--r--pyLoadCli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py
index cc2598600..f73b1fad8 100644
--- a/pyLoadCli.py
+++ b/pyLoadCli.py
@@ -421,7 +421,7 @@ def writeConfig(opts):
with open(join(homedir, ".pyloadcli"), "w") as cfgfile:
cfgfile.write("[cli]")
for opt in opts:
- cfgfile.write("%s=%s" % (opt, opts[opt]))
+ cfgfile.write("%s=%s\n" % (opt, opts[opt]))
except:
print _("Couldn't write user config file")