sibalzer/impfbot

Why does the user_agent setting not allow spaces?

Closed this issue · 2 comments

With the regex USER_AGENT_REGEX = r"^[^ ]*$" in common.py it is not allowed to have spaces in the user_agent.
Why?

Dunno c&p? .* should be fine

I don't remember where that came from either... Will fix it.