summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--live-mogrify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/live-mogrify.py b/live-mogrify.py
index 265843d..360cf2e 100644
--- a/live-mogrify.py
+++ b/live-mogrify.py
@@ -117,7 +117,7 @@ def process_live_input(opt, data_opt, rpc_client):
data_opt.load_checkpoint = False
if data_opt.load_sequence is True:
data_opt.load_sequence = False
- new_sequence = read_sequence(data_opt.sequence_name)
+ new_sequence = read_sequence(data_opt.sequence_name, opt.module_name)
if len(new_sequence) != 0:
print("Got sequence {}, {} images, first: {}".format(data_opt.sequence_name, len(new_sequence), new_sequence[0]))
sequence = new_sequence