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 05bbf9f..0451d3b 100644 --- a/rpc/img_ops.py +++ b/rpc/img_ops.py @@ -85,7 +85,7 @@ def mix_next_image(opt, data_opt, rpc_client, im, i, sequence, sequence_i): if sequence_i >= len(sequence): print('(((( sequence looped ))))') sequence_i = sequence_i % len(sequence) - else if sequence_i < 0: + if sequence_i < 0: print('(((( sequence looped ))))') sequence_i += len(sequence) |
