Skip to content

Commit

Permalink
fix missing glob passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles authored and scivision committed Jul 26, 2020
1 parent 51daeef commit 6b0d23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pylivestream
version = 1.11.0
version = 1.11.1
author = Michael Hirsch, Ph.D.
author_email = [email protected]
description = Livestream using FFmpeg to YouTube Live, Periscope, Facebook Live, Twitch, and many more
Expand Down
1 change: 1 addition & 0 deletions src/pylivestream/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def glob_run():
timeout=P.timeout,
loop=P.loop,
video_path=P.path,
glob=P.glob,
shuffle=P.shuffle,
still_image=P.image,
no_meta=P.nometa,
Expand Down

0 comments on commit 6b0d23e

Please sign in to comment.