dyninc / dyn-python

Dyn SDK for Python
Other
36 stars 52 forks source link

External nameserver bug fix #107

Closed Northover closed 7 years ago

Northover commented 7 years ago

Currently _hosts is not repopulated when nameserver entries are modified; instead the list is generated dynamically from (now) stale data. This change simply uses the _hosts attribute to retain entry state.

Additionally, minor nitpick tweaks.