mirror of
https://github.com/PC-Admin/matrix-moderation-tool.git
synced 2024-12-19 07:00:27 -05:00
pass blank preset, fixes #4
This commit is contained in:
parent
401206c8c5
commit
811c6d2b35
@ -112,7 +112,7 @@ while pass_token == False:
|
||||
elif menu_input == "7":
|
||||
user_commands.whois_multiple_accounts()
|
||||
elif menu_input == "8":
|
||||
query_account_dict = user_commands.query_account()
|
||||
query_account_dict = user_commands.query_account('')
|
||||
print(json.dumps(query_account_dict, indent=4, sort_keys=True))
|
||||
elif menu_input == "9":
|
||||
user_commands.query_multiple_accounts()
|
||||
|
Loading…
Reference in New Issue
Block a user