Fix shebang for Python 3
This commit is contained in:
@@ -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)
|
||||
updateCloudflare(zoneID, authEmail, apiKey, hostToUpdate, ip)
|
||||
|
Reference in New Issue
Block a user