summaryrefslogtreecommitdiff
path: root/rpc/img_ops.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-18 14:56:18 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-18 14:56:18 +0200
commitd03b48d143702c909e01fd0244366cc5b46867e6 (patch)
tree28052444e56550baa7682f0e25c3a3ba1aa1efd8 /rpc/img_ops.py
parent1025033f2fc0ea3e399c1e4cebad6ddc46be84bb (diff)
img ops!!
Diffstat (limited to 'rpc/img_ops.py')
-rw-r--r--rpc/img_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/img_ops.py b/rpc/img_ops.py
index ffdddc5..6a96e61 100644
--- a/rpc/img_ops.py
+++ b/rpc/img_ops.py
@@ -53,7 +53,7 @@ def process_image(opt, data_opt, im):
return img
last_im = None
-def mix_next_image(opt, data_opt, im, i, sequence, sequence_i):
+def mix_next_image(opt, data_opt, rpc_client, im, i, sequence, sequence_i):
global last_im
if (i % 100) == 0: