diff options
-rw-r--r-- | wee_slack.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wee_slack.py b/wee_slack.py index edd636c..e00da71 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -36,6 +36,7 @@ from websocket import ABNF, create_connection, WebSocketConnectionClosedExceptio try: basestring # Python 2 unicode + str = unicode except NameError: # Python 3 basestring = unicode = str |