From 81204008a2efa724d249331d14c914b8577eb3bf Mon Sep 17 00:00:00 2001 From: Otthorn Date: Mon, 5 Apr 2021 00:32:41 +0200 Subject: [PATCH] :pencil2: fix typo --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 14ccff1..7b97902 100644 --- a/main.py +++ b/main.py @@ -80,7 +80,7 @@ def soa_handler(zone, records): ) -def originv4_hanlder(zone, records): +def originv4_handler(zone, records): """Handler for the IPv4 origin""" ipv4_addr = zone["originv4"]["ipv4"]