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 04d9cf4 commit 6a96583Copy full SHA for 6a96583
other-examples/method2.py
@@ -651,9 +651,9 @@ def getchecksum():
651
652
653
keyauthapp = api(
654
- name = "Teszt APP",
655
- ownerid = "gAoE07oIAC",
656
- secret = "ace6246e3879e947aa323e3464d5fb75aa6c40cce3bb4d03d2c722ec60b138f8",
+ name = "", #App name (Manage Applications --> Application name)
+ ownerid = "", #Owner ID (Account-Settings --> OwnerID)
+ secret = "", #App secret(Manage Applications --> App credentials code)
657
version = "1.0",
658
hash_to_check = getchecksum()
659
)
0 commit comments