Skip to content

Commit 7bf8b0f

Browse files
authored
allow binding to celery task
1 parent 40d22e4 commit 7bf8b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffmpeg_streaming/_process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def _monitor(self):
8888
if callable(self.monitor):
8989
duration = get_time('Duration: ', line, duration)
9090
_time = get_time('time=', line, _time)
91-
self.monitor(line, duration, _time, time_left(start_time, _time, duration), self.process)
91+
self.monitor(self,line, duration, _time, time_left(start_time, _time, duration), self.process)
9292

9393
Process.out = log
9494

0 commit comments

Comments
 (0)