Skip to content

Commit

Permalink
actually send first in get_clips
Browse files Browse the repository at this point in the history
  • Loading branch information
Teekeks committed Oct 9, 2020
1 parent 62d7f7b commit 8fc5763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twitchAPI/twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ def get_clips(self,
'clip_id': clip_id,
'after': after,
'before': before,
'first': first,
'ended_at': ended_at.isoformat() if ended_at is not None else None,
'started_at': started_at.isoformat() if started_at is not None else None
}
Expand Down

0 comments on commit 8fc5763

Please sign in to comment.