-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error with python 3.7.3 #34
Comments
Same error here with python 3.8.2 |
You have to change edit function by adding () to all line. example:
Etc.... see official doc: After correcting those lines, i'm still having other issues, searching.... |
see here |
Very good work! It works perfectly for me with python 3! Thanks a lot @jpoggi ! Be careful, ipinfo.io returns an error, but with whatismyip.akamai.com, it works! |
running script giving the following error:
File "./gandi-live-dns.py", line 25
print 'Checking dynamic IP: ' , r._content.strip('\n')
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: