From 3c95e10fd8327f871242e5aec0ab8888e59133ec Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Sun, 22 May 2022 20:17:05 +0200 Subject: [PATCH] offset --- exquisite_branch/templates/display_mako.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' %>