diff --git a/exquisite_branch/templates/display_mako.html b/exquisite_branch/templates/display_mako.html index 8e85858..6900062 100644 --- a/exquisite_branch/templates/display_mako.html +++ b/exquisite_branch/templates/display_mako.html @@ -9,7 +9,7 @@ <% from random import random %> -<% offset = 1 / len(streams)%> +<% offset = 1 / (len(streams) - 1)%> % for stream in streams:
<% transform = f'rotate({offset * loop.index}turn)' %>