Presence of special characters in password causes invalid password to be read
HackToHell opened this issue · 2 comments
HackToHell commented
If a password contains two %%
characters in a row, this get parsed into a single %
.
Seems to be a problem with config parser: https://stackoverflow.com/a/47640849/787563
SathyaBhat commented
In addition having %
in password throws an interpolation error
mr-karan commented
Have added a quick fix:
pip install swiggy-analytics --upgrade
(should install 1.4 now)
Let me know if you still face issues.