Skip to content

Commit

Permalink
Merge pull request #67 from lostfields/bugfix/new-upped-version
Browse files Browse the repository at this point in the history
Upping version + adding charset
  • Loading branch information
lostfields authored Jul 27, 2022
2 parents 3000a89 + d58901d commit a8382d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pcomfortcloud/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ def logout(self):
def _headers(self):
return {
"X-APP-TYPE": "1",
"X-APP-VERSION": "1.20.0",
"X-APP-VERSION": "1.19.0",
"X-User-Authorization": self._vid,
"User-Agent": "G-RAC",
"Accept": "application/json",
"Content-Type": "application/json"
"Accept": "application/json; charset=utf-8",
"Content-Type": "application/json; charset=utf-8"
}

def _create_token(self):
Expand Down

0 comments on commit a8382d3

Please sign in to comment.