Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issue #11 #12

Merged
merged 1 commit into from
Nov 10, 2022
Merged

Fix for issue #11 #12

merged 1 commit into from
Nov 10, 2022

Commits on Aug 18, 2022

  1. The Message() class looked for 'from' as a constructor parameter, but…

    … 'from' is a Python keyword. It should use 'from_'. All instantiations of the Message class use 'from_' to pass the sender, so this needs to be changed in the constructor. Fixes issue #11
    ricosuave73 committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    6626ca4 View commit details
    Browse the repository at this point in the history