Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtabor committed Sep 17, 2018
2 parents 6921813 + 3dc331c commit 9478ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gp/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, url, username, password):
self.last_job = None

def __str__(self):
return self.url + ' ' + self.username + ' ' + self.password
return self.url + ' ' + self.username

def authorization_header(self):
"""
Expand Down

0 comments on commit 9478ea6

Please sign in to comment.