Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit d443410

Browse files
committed
1.7.1 release
1 parent a86700a commit d443410

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CloudFlare/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
""" Cloudflare v4 API"""
22
from __future__ import absolute_import
33

4-
__version__ = '1.7.0'
4+
__version__ = '1.7.1'
55

66
from .cloudflare import CloudFlare
77

CloudFlare/cloudflare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def call_with_auth(self, method,
6565
'User-Agent': self.user_agent,
6666
'X-Auth-Email': self.email,
6767
'X-Auth-Key': self.token,
68-
'Content-Type': 'multipart/form-data'
68+
'Content-Type': 'application/json'
6969
}
7070
if files:
7171
# overwrite Content-Type as we are uploading data

0 commit comments

Comments
 (0)