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 781297d commit e81f4e4Copy full SHA for e81f4e4
main.py
@@ -88,7 +88,7 @@ def answer():
88
# region Extra Functions
89
90
# * Download Files form the server to your computer using the download function in the api class
91
-# bytes = keyauthapp.download("FILEID")
+# bytes = keyauthapp.file("FILEID")
92
# f = open("example.exe", "wb")
93
# f.write(bytes)
94
# f.close()
0 commit comments