From 3cd26feb03090f846c61afd6b3b277c4e44199e2 Mon Sep 17 00:00:00 2001 From: Timothy Miller Date: Mon, 1 Mar 2021 00:13:11 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=B5=20Reduced=20duplicate=20logs=20[yo?= =?UTF-8?q?ur=20SD=20card(s)=20will=20thank=20me]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloudflare-ddns.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cloudflare-ddns.py b/cloudflare-ddns.py index 40920b6..235d615 100755 --- a/cloudflare-ddns.py +++ b/cloudflare-ddns.py @@ -43,6 +43,8 @@ def deleteEntries(type): print("😡 Error deleting " + type + " record(s)") def getIPs(): + global shown_ipv4_warning + global shown_ipv6_warning a = None aaaa = None try: