mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-11 09:03:12 +00:00
Fixed extra typo.
This commit is contained in:
parent
4835e90990
commit
6f1e1c1d34
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ def check_request(request, login_unsuccessful):
|
|||
)
|
||||
attempt.http_accept = \
|
||||
request.META.get('HTTP_ACCEPT', '<unknown>')[:1025]
|
||||
attempt.path_info = path_info,path_info
|
||||
attempt.path_info = path_info
|
||||
attempt.failures_since_start = failures
|
||||
attempt.attempt_time = datetime.now()
|
||||
attempt.save()
|
||||
|
|
|
|||
Loading…
Reference in a new issue