You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did a search for 'debug' in the code and found an artefact in smtp_channel.py. self.debug is never set inside the SMTPChannel so the two lines I linked to is never run. What to do with that, remove them or keep them and revert my commit?
Documentation on pypi and github says it should be instantiated like this:
However it is not correct as constructor in recent release does not have debug parameter and it results in:
Please fix documentation or implement debugging and debug argument.
The text was updated successfully, but these errors were encountered: