Skip to content

Commit e81f4e4

Browse files
author
6nz
authored
fix
1 parent 781297d commit e81f4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def answer():
8888
# region Extra Functions
8989

9090
# * Download Files form the server to your computer using the download function in the api class
91-
# bytes = keyauthapp.download("FILEID")
91+
# bytes = keyauthapp.file("FILEID")
9292
# f = open("example.exe", "wb")
9393
# f.write(bytes)
9494
# f.close()

0 commit comments

Comments
 (0)