Skip to content

Commit 36499e3

Browse files
Update README.md
1 parent 6a4cdf7 commit 36499e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ It'll provide you with the code which you should replace with in the `main.py` f
5757

5858
```PY
5959
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",
60+
name = "", #App name (Manage Applications --> Application name)
61+
ownerid = "", #Owner ID (Account-Settings --> OwnerID)
62+
secret = "", #App secret(Manage Applications --> App credentials code)
63+
version = "",
6464
hash_to_check = getchecksum()
6565
)
6666
```

0 commit comments

Comments
 (0)