This commit is contained in:
Emma Rose 2019-09-26 15:02:43 -04:00
Родитель 0a41d589ff
Коммит 672bb09f67
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 1486642516ED3535
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -93,7 +93,8 @@ class AlertGeoModel(AlertTask):
# Determine if we should trigger an alert before updating the state.
new_alert = alert.alert(
cleaned.state.username,
new_state.localities + cleaned.state.localities)
new_state.localities,
cleaned.state.localities)
updated = locality.update(cleaned.state, new_state)