Skip to content

Commit b65a848

Browse files
authored
Change domain for API
1 parent 8cf9b82 commit b65a848

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

main.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
import os.path
55
import platform
66

7-
keyauthapp = api("your application name", "your owner id", "your application secret","1.0")
7+
# watch setup video if you need help https://www.youtube.com/watch?v=L2eAQOmuUiA
88

9-
with open("C:\\Windows\\System32\\drivers\\etc\\hosts", "w") as text_file:
10-
text_file.write("1.1.1.1 keyauth.com")
9+
keyauthapp = api("your application name", "your owner id", "your application secret","1.0")
1110

1211
print("Initializing")
1312
keyauthapp.init()

0 commit comments

Comments
 (0)