Skip to content

Commit e14b50c

Browse files
committed
Fix listversions order (#5)
1 parent b64f9df commit e14b50c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app.py

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def api_listversions():
6161
tags = repository.listtags(project['repository'])
6262
tags = [t for t in tags if not t.startswith('sha-')]
6363
tags.sort(key=natsort_keygen(alg=ns.NUMAFTER))
64-
tags.reverse()
6564
return { 'status': 'ok', 'versions': tags }
6665

6766
@app.get("/listspiders.json")

0 commit comments

Comments
 (0)