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 70b8c75 commit 4528e41Copy full SHA for 4528e41
main.py
@@ -19,6 +19,7 @@
19
3.Upgrade
20
4.License Key Only
21
""")
22
+print(f"Current Session Validation Status: {keyauthapp.check()}")
23
ans=input("Select Option: ")
24
if ans=="1":
25
user = input('Provide username: ')
@@ -47,3 +48,4 @@
47
48
print("Created at: " + datetime.utcfromtimestamp(int(keyauthapp.user_data.createdate)).strftime('%Y-%m-%d %H:%M:%S'))
49
print("Last login at: " + datetime.utcfromtimestamp(int(keyauthapp.user_data.lastlogin)).strftime('%Y-%m-%d %H:%M:%S'))
50
print("Expires at: " + datetime.utcfromtimestamp(int(keyauthapp.user_data.expires)).strftime('%Y-%m-%d %H:%M:%S'))
51
0 commit comments