From 7a6671385990af25ec2783c21ebfee0f2faf4e6e Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Sun, 22 May 2022 10:08:50 +0200 Subject: [PATCH] poni hello --- 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 af20268..152ac27 100644 --- a/exquisite_branch/templates/display_mako.html +++ b/exquisite_branch/templates/display_mako.html @@ -13,7 +13,7 @@
<% transform = '' %> % for branch in stream: - <% transform = transform + ' rotate(' + str(random() * 2 - 1) * 0.02) + 'turn) translateX(100%)'%> + <% transform = transform + ' rotate(' + str(random() * 2 - 1 * 0.02) + 'turn) translateX(100%)'%>
${branch['content']}
% endfor