leamas / ddupdate

Update DNS Data for Dynamic IP Addresses
MIT License
40 stars 28 forks source link

Fix a syntax typo #38

Closed hroncok closed 4 years ago

hroncok commented 4 years ago

This worked for now, but is SyntaxError in Python 3.9.0a6:

***   File "/usr/share/ddupdate/plugins/changeip.py", line 41
    if not'uccessful' in html:
         ^
SyntaxError: invalid string prefix

(The Python change might actually be reverted before 3.9 final, but this can be fixed anyway.)