Skip to content

Commit d58901d

Browse files
committed
upping version + adding charset
1 parent 3000a89 commit d58901d

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)