Fix shebang for Python 3
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python3
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import requests
|
import requests
|
||||||
@@ -142,4 +142,4 @@ else:
|
|||||||
exit(0)
|
exit(0)
|
||||||
else:
|
else:
|
||||||
print("Cloudflare IP does not match our current IP... Updating Cloudflare.")
|
print("Cloudflare IP does not match our current IP... Updating Cloudflare.")
|
||||||
updateCloudflare(zoneID, authEmail, apiKey, hostToUpdate, ip)
|
updateCloudflare(zoneID, authEmail, apiKey, hostToUpdate, ip)
|
||||||
|
Reference in New Issue
Block a user