Update mass_unban.py

This commit is contained in:
cynic 2024-12-09 08:31:10 -06:00
parent 6728419b17
commit e1aca0aab9

View File

@ -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"