Changing front

This commit is contained in:
2023-01-16 17:49:38 +01:00
parent 0b8a93b256
commit 4fe4be7730
48586 changed files with 4725790 additions and 17464 deletions
+3
View File
@@ -15,6 +15,9 @@ W = TypeVar('W')
def parse_sort(sort_by):
if not sort_by:
return []
fields = []
for field in sort_by.split(','):
dir, col = field.split('(')