Skip to content

Commit a8382d3

Browse files
authored
Merge pull request #67 from lostfields/bugfix/new-upped-version
Upping version + adding charset
2 parents 3000a89 + d58901d commit a8382d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pcomfortcloud/session.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ def logout(self):
108108
def _headers(self):
109109
return {
110110
"X-APP-TYPE": "1",
111-
"X-APP-VERSION": "1.20.0",
111+
"X-APP-VERSION": "1.19.0",
112112
"X-User-Authorization": self._vid,
113113
"User-Agent": "G-RAC",
114-
"Accept": "application/json",
115-
"Content-Type": "application/json"
114+
"Accept": "application/json; charset=utf-8",
115+
"Content-Type": "application/json; charset=utf-8"
116116
}
117117

118118
def _create_token(self):

0 commit comments

Comments
 (0)