From: Ian Weller Date: Sun, 25 Apr 2010 09:55:00 +0000 (-0500) Subject: Fix spacing to standard X-Git-Url: https://projects.mako.cc/source/mw/commitdiff_plain/a77592fd9d9bd47d07f6e72d5a4fe7fa95ad53b5?hp=e31cbf92b32521b46527e9b2a2bfecca408d05d1 Fix spacing to standard --- diff --git a/src/mw/clicommands.py b/src/mw/clicommands.py index a42bcfb..f39cf8d 100644 --- a/src/mw/clicommands.py +++ b/src/mw/clicommands.py @@ -58,11 +58,11 @@ class CommandBase(object): # cookies are saved to a file print 'Login successful! (yay)' elif result['login']['result'] == 'NeedToken': - print'Login with token' + print 'Login with token' result = self.api.call({'action': 'login', - 'lgname': user, - 'lgpassword': passwd, - 'lgtoken': result['login']['token']}) + 'lgname': user, + 'lgpassword': passwd, + 'lgtoken': result['login']['token']}) if result['login']['result'] == 'Success': print 'Login successful! (yay)' else: