mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05: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