We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3000a89 commit d58901dCopy full SHA for d58901d
pcomfortcloud/session.py
@@ -108,11 +108,11 @@ def logout(self):
108
def _headers(self):
109
return {
110
"X-APP-TYPE": "1",
111
- "X-APP-VERSION": "1.20.0",
+ "X-APP-VERSION": "1.19.0",
112
"X-User-Authorization": self._vid,
113
"User-Agent": "G-RAC",
114
- "Accept": "application/json",
115
- "Content-Type": "application/json"
+ "Accept": "application/json; charset=utf-8",
+ "Content-Type": "application/json; charset=utf-8"
116
}
117
118
def _create_token(self):
0 commit comments