Skip to content

Commit

Permalink
lint?
Browse files Browse the repository at this point in the history
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
  • Loading branch information
rissson committed Jun 12, 2024
1 parent 3838dee commit b5dd60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authentik/policies/reputation/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def update_score(request: HttpRequest, identifier: str, amount: int):
"ip_geo_data": GEOIP_CONTEXT_PROCESSOR.city_dict(remote_ip) or {},
"ip_asn_data": ASN_CONTEXT_PROCESSOR.asn_dict(remote_ip) or {},
"expires": reputation_expiry(),
}
},
)
LOGGER.debug("Updated score", amount=amount, for_user=identifier, for_ip=remote_ip)

Expand Down

0 comments on commit b5dd60b

Please sign in to comment.