summaryrefslogtreecommitdiffstats
path: root/pyload/Core.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-17 01:21:41 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-17 01:21:41 +0200
commit20226f8cc5889efbefa61209e1adf6184d42cd00 (patch)
tree8f01af2c23465432f83481b656ed8c2743cb872a /pyload/Core.py
parentSpare code cosmetics (2) (diff)
downloadpyload-20226f8cc5889efbefa61209e1adf6184d42cd00.tar.xz
Spare code cosmetics (3)
Diffstat (limited to 'pyload/Core.py')
-rwxr-xr-xpyload/Core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/Core.py b/pyload/Core.py
index 47cd715d3..dd31b95e4 100755
--- a/pyload/Core.py
+++ b/pyload/Core.py
@@ -353,7 +353,7 @@ class Core(object):
self.setupDB()
if self.config.oldRemoteData:
self.log.info(_("Moving old user config to DB"))
- self.db.addUser(self.config.oldRemoteData["username"], self.config.oldRemoteData["password"])
+ self.db.addUser(self.config.oldRemoteData['username'], self.config.oldRemoteData['password'])
self.log.info(_("Please check your logindata with ./pyload.py -u"))