Skip to content

Commit c6590d1

Browse files
authored
Added example to add KeyAuth Application information to Title
1 parent 13c96b5 commit c6590d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ def answer():
135135
# * Auto-Login Example (THIS IS JUST AN EXAMPLE --> YOU WILL HAVE TO EDIT THE CODE PROBABLY)
136136
# 1. Checking and Reading JSON
137137

138+
# * Add Application Information to Title
139+
# os.system(f"cls & title KeyAuth Python Example - Total Users: {keyauthapp.app_data.numUsers} - Online Users: {keyauthapp.app_data.onlineUsers} - Total Keys: {keyauthapp.app_data.numKeys}")
140+
138141
#### Note: Remove the ''' on line 140 and 199
139142

140143
'''try:

0 commit comments

Comments
 (0)