diff options
Diffstat (limited to 'rpc/img_ops.py')
| -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 e25afb1..35268d6 100644 --- a/rpc/img_ops.py +++ b/rpc/img_ops.py @@ -74,7 +74,7 @@ def mix(frac, a, b): return np.add(array_a, array_b).astype('uint8') last_im = None -def mix_next_image(opt, data_opt, rpc_client, im, i=0, sequence, sequence_i=0, skip_i=0): +def mix_next_image(opt, data_opt, rpc_client, im, sequence, i=0, sequence_i=0, skip_i=0): global last_im if (i % 100) == 0: |
