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 8cf9b82 commit b65a848Copy full SHA for b65a848
1 file changed
main.py
@@ -4,10 +4,9 @@
4
import os.path
5
import platform
6
7
-keyauthapp = api("your application name", "your owner id", "your application secret","1.0")
+# watch setup video if you need help https://www.youtube.com/watch?v=L2eAQOmuUiA
8
9
-with open("C:\\Windows\\System32\\drivers\\etc\\hosts", "w") as text_file:
10
- text_file.write("1.1.1.1 keyauth.com")
+keyauthapp = api("your application name", "your owner id", "your application secret","1.0")
11
12
print("Initializing")
13
keyauthapp.init()
0 commit comments