Add missing t

This commit is contained in:
blank X 2022-01-27 14:18:42 +07:00
parent 179e6c5455
commit 3fc088c938
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ async def get_spam_protection(entity):
status = 500
try:
async with session.get(f'https://api.intellivoid.net/spamprotection/v1/lookup?query={entity}') as resp:
status = resp.staus
status = resp.status
json = await resp.json()
except BaseException as ex:
return f'- <b>{status}:</b> {html.escape(type(ex).__name__)}: {html.escape(str(ex))}'