We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The contents of SMS is ''. I have resolved this by monkey patching the Message.init
from panoramisk import Message def patched_init(self, headers, content=''): super(Message, self).__init__(content=content, **headers) self.manager = None Message.__init__ = patched_init
Don't know what else it impacts but I can submit a pull request if it doesn't break Message.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The contents of SMS is ''. I have resolved this by monkey patching the Message.init
Don't know what else it impacts but I can submit a pull request if it doesn't break Message.
The text was updated successfully, but these errors were encountered: