small changes
This commit is contained in:
@@ -97,7 +97,7 @@ class NKodeAPI:
|
||||
if username not in customer.users.keys():
|
||||
raise ValueError("Username not found")
|
||||
user = customer.users[username]
|
||||
user.user_keypad.partial_keypad_shuffle()
|
||||
# user.user_keypad.partial_keypad_shuffle()
|
||||
# TODO: implement split_keypad_shuffle()
|
||||
return user.user_keypad.keypad
|
||||
|
||||
|
||||
Reference in New Issue
Block a user