same as last commit

pull/31/head
Aevann1 2022-11-29 02:33:23 +02:00
parent 80b8a5b786
commit 56b350ac6d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<td>{{r[2]}}</td>
{% set ratio = r[1]/r[2] %}
{% set percent = (ratio*100)|string %}
<td data-sort-key="{{ratio}}">{{percent[:3].replace('0.0', '0').replace('.', '')}}%</td>
<td data-sort-key="{{ratio}}">{{percent[:3].replace('0.0', '0').rstrip('.')}}%</td>
<td>{{r[3]}}</td>
</tr>
{% endfor %}