mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
Fix typo
This commit is contained in:
parent
20a818de00
commit
123536b006
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ def register(app):
|
|||
break
|
||||
else:
|
||||
instance.failures += 1
|
||||
elif node.status_code >= 400:
|
||||
elif nodeinfo.status_code >= 400:
|
||||
current_app.logger.info(f"{instance.domain} has no well-known/nodeinfo response")
|
||||
except requests.exceptions.ReadTimeout:
|
||||
instance.failures += 1
|
||||
|
|
Loading…
Add table
Reference in a new issue