Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tee Jung committed Mar 28, 2018
1 parent b7e8b57 commit 6856d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyDemux/Video.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_frame(self):
result = _demux.get_frame(self.ctx)

if result is None:
return none
return None

frame, w, h, = result

Expand Down

0 comments on commit 6856d19

Please sign in to comment.