Skip to content

Commit b91d2a2

Browse files
authored
Fix syntax error
1 parent 9f8f28d commit b91d2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keyauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ class application_data_class:
502502
numUsers = numKeys = app_ver = customer_panel = onlineUsers = ""
503503
# region user_data
504504
class user_data_class:
505-
username = ip = hwid = expires = createdate = lastlogin = subscription = subscriptions ""
505+
username = ip = hwid = expires = createdate = lastlogin = subscription = subscriptions = ""
506506

507507
user_data = user_data_class()
508508
app_data = application_data_class()

0 commit comments

Comments
 (0)