tinytinypy/main: Fix indent of Content-Type header

master
Felix Stupp 2 years ago
parent afc6c934cd
commit da1b4608e5
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -151,7 +151,7 @@ class Connection:
def _get(self, op, sendSid=True, **parameters):
headers = {
'Content-Type': 'application/json',
'Content-Type': 'application/json',
}
post_body = {k: v for k, v in parameters.items() if v is not None}
post_body['op'] = op

Loading…
Cancel
Save