Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4717,7 +4717,7 @@ def GetListMembers(self, list_id, slug, owner_id=None, owner_screen_name=None, c
if list_id is None:
if slug is None:
raise TwitterError('list_id or slug required')
if owner_id is None and owner_screen_name:
if owner_id is None and not owner_screen_name:
raise TwitterError('if list_id is not given you have to include an owner to help identify the proper list')

if owner_id:
Expand Down