Skip to content

Commit

Permalink
Merge branch 'fix-flake8-slack' of 'https://github.com/valeriocos/per…
Browse files Browse the repository at this point in the history
…ceval'

Merges #423
Closes #423
  • Loading branch information
sduenas committed Aug 10, 2018
2 parents 175ff68 + 7803467 commit c0bbe98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perceval/backends/core/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Slack(Backend):
:param tag: label used to mark the data
:param archive: archive to store/retrieve items
"""
version = '0.7.0'
version = '0.7.1'

CATEGORIES = [CATEGORY_MESSAGE]

Expand Down Expand Up @@ -338,7 +338,7 @@ def conversation_members(self, conversation):
raw_response = self._fetch(resource, params)
response = json.loads(raw_response)
members += len(response["members"])

return members

def channel_info(self, channel):
Expand Down

0 comments on commit c0bbe98

Please sign in to comment.