Skip to content

Commit

Permalink
type added to Userlist
Browse files Browse the repository at this point in the history
  • Loading branch information
simonc56 committed Jun 18, 2022
1 parent 8a6d4f1 commit 2613efb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions trakt/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ def unfollow(user_name):


class UserList(namedtuple('UserList', ['name', 'description', 'privacy',
'display_numbers', 'allow_comments',
'sort_by', 'sort_how', 'created_at',
'type', 'display_numbers',
'allow_comments', 'sort_by',
'sort_how', 'created_at',
'updated_at', 'item_count',
'comment_count', 'likes', 'trakt',
'slug', 'user', 'creator'])):
Expand Down

0 comments on commit 2613efb

Please sign in to comment.