diff options
Diffstat (limited to 'rpc')
| -rw-r--r-- | rpc/img_ops.py | 2 |
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: |
