Cut off trailing dot

This commit is contained in:
Ruakij 2021-08-02 13:54:36 +02:00
parent 503ecd8557
commit 206ffbf1ff

View File

@ -122,6 +122,7 @@ def readYamlFile(file: str):
def updateNsData(zone): def updateNsData(zone):
try: try:
zone = str(zone)[:-1]
adaptedZone = adaptZoneName(zone) adaptedZone = adaptZoneName(zone)
log.info(f'{adaptedZone} |\tUpdating NS-Data') log.info(f'{adaptedZone} |\tUpdating NS-Data')