diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-27 18:25:25 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-27 18:25:25 +0200 |
| commit | 3155b103087bb64645fc5c3ad30b51fd45880281 (patch) | |
| tree | 5dc12eaeedfe7bca290c6aeb3b9eebfb83dd8956 /rpc/img_ops.py | |
| parent | 961d0f19f65adaa5e734e17af029396555dc002c (diff) | |
else ifffff
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 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) |
