From 6b946ff4bd05c0f6b669f9d690c92111f71f13f9 Mon Sep 17 00:00:00 2001 From: Anthony Bretaudeau Date: Tue, 18 Aug 2020 18:56:17 +0200 Subject: [PATCH] real copy... --- apollo/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo/client.py b/apollo/client.py index be837d30..969b07d9 100644 --- a/apollo/client.py +++ b/apollo/client.py @@ -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'