mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-09 04:21:15 +00:00
still show agg downloads if metadata not found
This commit is contained in:
@@ -52,6 +52,9 @@
|
|||||||
{% if not loop.last %}|{% endif %}
|
{% if not loop.last %}|{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% else %}
|
||||||
|
No metadata found.
|
||||||
|
{%endif%}
|
||||||
<br><br>
|
<br><br>
|
||||||
Downloads last day:
|
Downloads last day:
|
||||||
{{"{:,.0f}".format(recent['day'])}}
|
{{"{:,.0f}".format(recent['day'])}}
|
||||||
@@ -61,9 +64,6 @@
|
|||||||
<br>
|
<br>
|
||||||
Downloads last month:
|
Downloads last month:
|
||||||
{{"{:,.0f}".format(recent['month'])}}
|
{{"{:,.0f}".format(recent['month'])}}
|
||||||
{% else %}
|
|
||||||
No metadata found.
|
|
||||||
{%endif%}
|
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user