issues
search
hfaran
/
slack-export-viewer
A Slack Export archive viewer that allows you to easily view and share your Slack team's export
https://pypi.python.org/pypi/slack-export-viewer
MIT License
966
stars
193
forks
source link
Don't crash if the message has no "text"
#150
Closed
rusq
closed
2 years ago
rusq
commented
2 years ago
Fixes #148
What has changed:
Instead of directly addressing the _message["text"] which may cause
KeyNotFound
exception, do it gently, with
get
.
omarcostahamido
commented
2 years ago
@rusq = 🐐
Fixes #148
What has changed:
KeyNotFound
exception, do it gently, withget
.