Browse Source

исклюение обрабатываю

devel
http 9 years ago
parent
commit
5c24472c7f
  1. 3
      abonapp/models.py

3
abonapp/models.py

@ -415,7 +415,8 @@ def abon_post_save(sender, instance, **kwargs):
# обновляем абонента на NAS
tm.update_user(agent_abon, ip_timeout=timeout)
except (NasFailedResult, NasNetworkError):
except (NasFailedResult, NasNetworkError) as e:
print('ERROR:', e)
return True

Loading…
Cancel
Save