Skip to content
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

Fix a syntax typo #38

Merged
merged 1 commit into from
Jun 12, 2020
Merged

Fix a syntax typo #38

merged 1 commit into from
Jun 12, 2020

Conversation

hroncok
Copy link
Contributor

@hroncok hroncok commented May 3, 2020

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.)

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.)
@leamas leamas merged commit be73208 into leamas:devel Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants