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

Commits on Apr 1, 2024

  1. Allow % sign in password

    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.
    jvhaarst committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b447ab2 View commit details
    Browse the repository at this point in the history