gallery.py: restore `*args` handling in _ogv() and ._mp4().
authorW. Trevor King <wking@tremily.us>
Sat, 1 Sep 2012 21:09:41 +0000 (17:09 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 1 Sep 2012 21:09:41 +0000 (17:09 -0400)
commit880fcc7dad71443c2db15573e19f57448543f930
tree4cff3001ac940d81b66c752c8ac66fe379dbd2fa
parent47d053a6003535a5646eba8cceac9439facb4fbd
gallery.py: restore `*args` handling in _ogv() and ._mp4().

This was broken by an overly exuberant:

  commit 6506f908b65778cb17ef200560c2873babeb48b6
  Author: W. Trevor King <wking@tremily.us>
  Date:   Sun Aug 12 18:53:00 2012 -0400

    Pass stream into ._error() calls in gallery.py.

    Avoids 502 errors when ._response() tries to .write() when stream is
    None.
posts/gallery/gallery.py