diff --git a/updateCloudflare.py b/updateCloudflare.py index 885ee7d..d56b118 100755 --- a/updateCloudflare.py +++ b/updateCloudflare.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 try: import requests @@ -142,4 +142,4 @@ else: exit(0) else: print("Cloudflare IP does not match our current IP... Updating Cloudflare.") - updateCloudflare(zoneID, authEmail, apiKey, hostToUpdate, ip) \ No newline at end of file + updateCloudflare(zoneID, authEmail, apiKey, hostToUpdate, ip)