Skip to content

Commit

Permalink
Merge pull request #2694 from okaegi/zoe0052
Browse files Browse the repository at this point in the history
zoe...
  • Loading branch information
benderl committed Apr 18, 2023
2 parents bcb16dc + 7370cdf commit 9d083bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/soc_myrenault/zoensoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
gigyarooturl = 'https://accounts.eu1.gigya.com'
gigyaapi = '3_7PLksOyBRkHv126x5WhHb-5pqC1qFR8pQjxSeLB6nhAnPERTUlwnYoznHSxwX668'
kamereonrooturl = 'https://api-wired-prod-1-euw1.wrd-aws.com'
kamereonapikey = 'VAX7XYKGfa92yMvXculCkEFyfZbuM7Ss'
kamereonapikey = 'YjkKtHmGfaceeuExUDKGxrLZGGvtVS0J'

payload = {'loginID': loginID, 'password': password, 'apiKey': gigyaapi}
data = urllib.urlencode(payload)
Expand Down
2 changes: 1 addition & 1 deletion modules/soc_myrenault/zoenwake.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
gigyarooturl = 'https://accounts.eu1.gigya.com'
gigyaapi = '3_7PLksOyBRkHv126x5WhHb-5pqC1qFR8pQjxSeLB6nhAnPERTUlwnYoznHSxwX668'
kamereonrooturl = 'https://api-wired-prod-1-euw1.wrd-aws.com'
kamereonapikey = 'VAX7XYKGfa92yMvXculCkEFyfZbuM7Ss'
kamereonapikey = 'YjkKtHmGfaceeuExUDKGxrLZGGvtVS0J'
with open('/var/www/html/openWB/ramdisk/zoereply4lp'+chargepoint, 'r') as f:
gigya_jwt = json.loads(f.read())
gigya_jwttoken = gigya_jwt['id_token']
Expand Down

0 comments on commit 9d083bc

Please sign in to comment.