Skip to content
Snippets Groups Projects
Commit 6609b777 authored by don's avatar don
Browse files

Still had the wrong parameters to format the display loop

parent 79da7996
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ except:
pass
# Prepare the looping script
loopscript = looptemplate % (slidebase, slide_rate)
loopscript = looptemplate % slide_rate
# Videos get run one at a time
for video in videolist:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment