Skip to content

Commit 6979e42

Browse files
author
6nz
authored
Update method1.py
1 parent 20861aa commit 6979e42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

other-examples/method1.py

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

637637

638638
keyauthapp = api(
639-
name = "Teszt APP",
640-
ownerid = "gAoE07oIAC",
641-
secret = "ace6246e3879e947aa323e3464d5fb75aa6c40cce3bb4d03d2c722ec60b138f8",
639+
name = "", #App name (Manage Applications --> Application name)
640+
ownerid = "", #Owner ID (Account-Settings --> OwnerID)
641+
secret = "", #App secret(Manage Applications --> App credentials code)
642642
version = "1.0",
643643
hash_to_check = getchecksum()
644644
)

0 commit comments

Comments
 (0)