Skip to content

Commit 6a96583

Browse files
author
6nz
authored
Update method2.py
1 parent 04d9cf4 commit 6a96583

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

other-examples/method2.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -651,9 +651,9 @@ def getchecksum():
651651

652652

653653
keyauthapp = api(
654-
name = "Teszt APP",
655-
ownerid = "gAoE07oIAC",
656-
secret = "ace6246e3879e947aa323e3464d5fb75aa6c40cce3bb4d03d2c722ec60b138f8",
654+
name = "", #App name (Manage Applications --> Application name)
655+
ownerid = "", #Owner ID (Account-Settings --> OwnerID)
656+
secret = "", #App secret(Manage Applications --> App credentials code)
657657
version = "1.0",
658658
hash_to_check = getchecksum()
659659
)

0 commit comments

Comments
 (0)