mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 19:05:51 +03:00
[GH-ISSUE #66] passwords with special characters are getting interpolated by configparser #58
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RMHogervorst on GitHub (Sep 28, 2020).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/66
The configparser does interpolation of values automatically and it messes up the process
when you have special characters.
A solution is to initialize the class with interpolation set to none, example whagodri.py line 55
@B16f00t commented on GitHub (Sep 30, 2020):
Thanks for the advice, I'll change it. Fix v1.21