diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 17:57:53 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 17:57:53 +0200 |
| commit | 43e03c1584ff1f12143c085182556fa6a2e079e3 (patch) | |
| tree | 606dc6811813223c4e03a54a11a986ffe28234eb | |
| parent | 4eef0177ec405d3d1936ff8b3f3fa3dde910e1be (diff) | |
cmdz
| -rw-r--r-- | live-mogrify.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/live-mogrify.py b/live-mogrify.py index 70e35ce..e1441b2 100644 --- a/live-mogrify.py +++ b/live-mogrify.py @@ -341,6 +341,8 @@ def process_live_input(opt, data_opt, rpc_client, model): data_opt.pause = False break sequence_i += 1 + if sequence_i >= len(sequence): + sequence_i = 1 data_opt.processing = False if __name__ == '__main__': |
