torrent: sort fedora releases in desc. order

Signed-off-by: Gregory Bartholomew <gregory.lee.bartholomew@gmail.com>
This commit is contained in:
Gregory Bartholomew
2025-09-01 23:06:38 -05:00
committed by kevin
parent 7da7d54653
commit b3202768cf

View File

@@ -42,7 +42,7 @@ def do_html_output(config, groups):
with open(config.htmlheader) as head:
myout.write(head.read())
for group in groups:
for group in reversed(groups):
msg = """
<tr>
<td colspan="5" class="torrent">%s</td>