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 6a4cdf7 commit 36499e3Copy full SHA for 36499e3
README.md
@@ -57,10 +57,10 @@ It'll provide you with the code which you should replace with in the `main.py` f
57
58
```PY
59
keyauthapp = api(
60
- name = "example", #App name (Manage Applications --> Application name)
61
- ownerid = "JjPMBVlIOd", #Owner ID (Account-Settings --> OwnerID)
62
- secret = "db40d586f4b189e04e5c18c3c94b7e72221be3f6551995adc05236948d1762bc", #App secret(Manage Applications --> App credentials code)
63
- version = "1.0",
+ name = "", #App name (Manage Applications --> Application name)
+ ownerid = "", #Owner ID (Account-Settings --> OwnerID)
+ secret = "", #App secret(Manage Applications --> App credentials code)
+ version = "",
64
hash_to_check = getchecksum()
65
)
66
```
0 commit comments