From dcb1894e0c708df0677187355c6743c08ac44c26 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 31 May 2011 20:36:19 +0200 Subject: fixed positional captchas + availbillity over thrift --- pyLoadCli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCli.py') 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") -- cgit v1.2.3