Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Simplify example
Browse files Browse the repository at this point in the history
  • Loading branch information
os committed May 26, 2017
1 parent 3d4bdbb commit 8ed322a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Examples
from requests.sessions import Session
with Session() as session:
slack = Slacker(token, session=session)
response = slack.users.list()
slack.chat.post_message('#general', 'All these requests')
slack.chat.post_message('#general', 'go through')
slack.chat.post_message('#general', 'a single https connection')
Expand Down

0 comments on commit 8ed322a

Please sign in to comment.