aboutsummaryrefslogtreecommitdiff
path: root/gantools/ganbreeder.py
diff options
context:
space:
mode:
authorVee9ahd1 <[email protected]>2019-06-03 12:18:17 -0400
committerVee9ahd1 <[email protected]>2019-06-03 12:18:17 -0400
commit0e697e0047ab1818a20864a7158284e33330ec81 (patch)
treed4e312b5236e751ba40e65ea695ffacafaa5eb54 /gantools/ganbreeder.py
parent69eb6678fc1c61fdb77f84f25f29ba9f777cd3dd (diff)
minor style cleanup (needs more)
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):