mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
🪵 Reduced duplicate logs [your SD card(s) will thank me]
This commit is contained in:
@@ -43,6 +43,8 @@ def deleteEntries(type):
|
|||||||
print("😡 Error deleting " + type + " record(s)")
|
print("😡 Error deleting " + type + " record(s)")
|
||||||
|
|
||||||
def getIPs():
|
def getIPs():
|
||||||
|
global shown_ipv4_warning
|
||||||
|
global shown_ipv6_warning
|
||||||
a = None
|
a = None
|
||||||
aaaa = None
|
aaaa = None
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user