mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-06-20 19:39:23 +00:00
removed redundant sort on file listing; sort on file lists should now
only be called on the specific incantation. wrote a preliminary list scroller on beta only.
This commit is contained in:
@@ -300,8 +300,8 @@ def meta(entries = FILES):
|
||||
|
||||
meta.append([filename, mtime, wc, timestamp, date, author])
|
||||
|
||||
meta.sort(key = lambda filename:filename[4])
|
||||
meta.reverse()
|
||||
#meta.sort(key = lambda filename:filename[4])
|
||||
#meta.reverse()
|
||||
|
||||
return meta
|
||||
|
||||
|
||||
Reference in New Issue
Block a user