mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-20 14:29:25 -04:00
fixing minor problem, logged ip variable name changed
This commit is contained in:
@@ -80,7 +80,7 @@ def restrict_ip_sms():
|
|||||||
'message': 'Inbound sms ip address',
|
'message': 'Inbound sms ip address',
|
||||||
'log_contents': {
|
'log_contents': {
|
||||||
'passed': allowed,
|
'passed': allowed,
|
||||||
'ip_address': ip
|
'ip_address': inbound_ip
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user