1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

add comment

This commit is contained in:
Viranch Mehta
2021-08-24 00:23:35 -07:00
parent 3754c16774
commit 106971853c

View File

@@ -96,6 +96,7 @@ class Ns1Client(object):
# remove record's zone from cache
del self._zones_cache[zone]
# write to (or delete) record cache
cached = self._records_cache.setdefault(zone, {}) \
.setdefault(domain, {})
new_record = func(self, zone, domain, _type, **params)