diff --git a/main.py b/main.py index 5f0533c..23f0943 100644 --- a/main.py +++ b/main.py @@ -48,7 +48,7 @@ def main(): publicAddress() changed = cloudflareDDNS() - if changed: + if changed is True: notify("IP changed to: {}. Updating all cloudflare zones!".format(currentIP)) updateAllZones(recordedIP, currentIP)