summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-06-11 01:17:13 +0900
committerkali <kali@leap.se>2013-06-11 01:17:13 +0900
commit20c78001df4cabccd062004e1a6a4f323ca594b8 (patch)
treeb6d301488e249201bce402524cc01fafa20c5945
parent0823d50a902609517ca4b79528b95903f22125b0 (diff)
pep8
-rw-r--r--src/leap/gui/mainwindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/gui/mainwindow.py b/src/leap/gui/mainwindow.py
index c892cadd..f8175b7f 100644
--- a/src/leap/gui/mainwindow.py
+++ b/src/leap/gui/mainwindow.py
@@ -735,7 +735,7 @@ class MainWindow(QtGui.QMainWindow):
self._srp_auth.logout_finished.connect(
self._done_logging_out)
- self._login_defer = self._srp_auth.authenticate(username,password)
+ self._login_defer = self._srp_auth.authenticate(username, password)
else:
self._set_status(data[self._provider_bootstrapper.ERROR_KEY])
self._login_set_enabled(True)