Skip to content

Commit

Permalink
real copy...
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud authored Aug 18, 2020
1 parent eebf25c commit 6b946ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def post(self, client_method, data, post_params=None, is_json=True, files=None,
raise Exception("You must add credentials yourself")

# We don't want username+password in the logs
data_log = data
data_log = dict(data)
data_log['username'] = 'XXXXXXXXX'
data_log['password'] = 'XXXXXXXXX'

Expand Down

0 comments on commit 6b946ff

Please sign in to comment.