Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kireet committed Oct 23, 2018
1 parent f1c15a6 commit 62b539d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feedly/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def get_enterprise_categories(self, refresh: bool = False) -> Dict[str, 'Enterpr
if self._enterprise_categories is None or refresh:
self._enterprise_categories = self._get_categories_or_tags('/v3/enterprise/collections', EnterpriseCategory)
if self._enterprise_categories:
self.json['enterpriseName'] = next(iter(self._enterprise_categories.values())).stream_id.source
self.json['enterpriseName'] = next(iter(self._enterprise_categories.values())).stream_id.source_id

return self._enterprise_categories

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests>=2.19.1
requests>=2.19.1

0 comments on commit 62b539d

Please sign in to comment.