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

notifylists have a 64 char limit, not monitors

This commit is contained in:
Ross McFarland
2021-08-02 17:12:13 -07:00
parent e2139f92c0
commit cfde1e908c

View File

@@ -913,7 +913,6 @@ class Ns1Provider(BaseProvider):
def _feed_create(self, monitor):
monitor_id = monitor['id']
self.log.debug('_feed_create: monitor=%s', monitor_id)
# TODO: looks like length limit is 64 char
name = '{} - {}'.format(monitor['name'], self._uuid()[:6])
# Create the data feed