mirror of
https://github.com/PC-Admin/matrix-moderation-tool.git
synced 2025-08-18 01:20:38 -04:00
add debug line
This commit is contained in:
@@ -258,6 +258,7 @@ def lookup_homeserver_admin(preset_baseurl):
|
||||
# If the request was successful, the status code will be 200
|
||||
if response.status_code == 200 and ( "email_address" in response.text or "matrix_id" in response.text ):
|
||||
# Parse the response as JSON
|
||||
print(response.text)
|
||||
data = json.loads(response.text)
|
||||
|
||||
#print("\nAdmin contact details for " + baseurl + " are: " + str(data))
|
||||
|
Reference in New Issue
Block a user