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

Allow % sign in password #59

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Allow % sign in password #59

merged 1 commit into from
Apr 2, 2024

Conversation

jvhaarst
Copy link
Contributor

@jvhaarst jvhaarst commented Apr 1, 2024

By default, the % sign is used by configparser to allow interpolation of entries, so you can chain things together. As that won't be used here, and people might have a % sign in their passord, it is better to disable interpolation.

By default, the % sign is used by configparser to allow interpolation of entries, so you can chain things together.
As that won't be used here, and people might have a % sign in their passord, it is better to disable interpolation.
@ZuinigeRijder ZuinigeRijder merged commit dc34701 into ZuinigeRijder:main Apr 2, 2024
2 checks passed
@ZuinigeRijder
Copy link
Owner

Thanks, I also added the same construct in debug.py

@jvhaarst jvhaarst deleted the patch-1 branch April 2, 2024 16:27
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