Skip to content

Commit 4314343

Browse files
authored
Update to 1.0 API endpoint
1 parent 18869ab commit 4314343

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

main.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
import os.path
55
import platform
66

7-
if platform.system() == "Windows":
8-
KEYSAVE_PATH = "C:\\ProgramData\\keysave.txt"
9-
else:
10-
KEYSAVE_PATH = "/usr/keysave.txt"
11-
127
keyauthapp = api("your application name", "your owner id", "your application secret","1.0")
138

149
print("Initializing")

0 commit comments

Comments
 (0)