remove debug

pull/32/head
db0 2023-09-23 22:20:10 +02:00
parent 1796723c59
commit 8565ead721
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ def get_misskey_admins(domain,software):
if role.get("isAdministrator") is True:
admins_found.append(user_entry["username"])
offset += 10
logger.debug(offset)
if len(admins_found) == 0:
raise Exception(f"No admin contact is specified for {domain}.")
return admins_found