Update mass_unban.py
This commit is contained in:
parent
6728419b17
commit
e1aca0aab9
@ -26,7 +26,7 @@ def mass_unban(matching_keys):
|
||||
print(f"Error: {response.status_code} - {response.text}")
|
||||
|
||||
# prompt the user for a keyword and make the query
|
||||
keyword = input("Please enter keyword for search (for example the domain): ")
|
||||
keyword = input("To search users for mass-unbanning, please enter a keyword (for example a domain): ")
|
||||
print("")
|
||||
headers = { "Authorization": f"Bearer {AUTH_TOKEN}" }
|
||||
banned_url = URL + "members?membership=ban"
|
||||
|
Loading…
Reference in New Issue
Block a user