Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Phype committed Oct 4, 2024
1 parent 2e5100e commit 920566b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/purei9_unofficial/cloudv3_gigya.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def gigya_test_sign():
session_secret = base64.b64encode(binascii.unhexlify("6ac75adf86ac7dab1f8fd7ee6a")).decode("utf-8")
print(session_secret)

sig = sign(session_secret, "POST", "https://sociallize.us1.gigya.com/socialize.getSDKConfig", params)
sig = gigya_sign(session_secret, "POST", "https://sociallize.us1.gigya.com/socialize.getSDKConfig", params)

print(sig)
print("nC69hzGbTdPW3WlUl6k0ZeCd0CY")
Expand Down

0 comments on commit 920566b

Please sign in to comment.