aboutsummaryrefslogtreecommitdiff
path: root/gantools/ganbreeder.py
diff options
context:
space:
mode:
Diffstat (limited to 'gantools/ganbreeder.py')
-rw-r--r--gantools/ganbreeder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gantools/ganbreeder.py b/gantools/ganbreeder.py
index 22d1adf..b55bc41 100644
--- a/gantools/ganbreeder.py
+++ b/gantools/ganbreeder.py
@@ -9,7 +9,7 @@ def login(username, password):
r.raise_for_status()
for c in r.cookies:
if c.name == 'connect.sid': # find the right cookie
- print('Session ID: '+str(c.value))
+ print('Session ID: ' + str(c.value))
return c.value
def login_auth(sid, username, password):