sibalzer/impfbot

Password: "%" needs to be escaped

Closed this issue · 1 comments

Thanks for the amazing work! Finally I don't have to check all the time the Impfportal.

One suggustion: A SMTP password containing will lead to an exception. You need to escape it by writing "%%" for one "%" in password. Maybe something to mention in the comment of config.ini.example?

Well thats not intended. We could also turn off interpolation by using RawConfigParser instead of ConfigParser