mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Update genisolist.py
This commit is contained in:
parent
3de55f5a07
commit
83eb83a16b
|
|
@ -40,7 +40,7 @@ def getSortKeys(template, result):
|
|||
if i[0] != '$':
|
||||
keys.append(i)
|
||||
else:
|
||||
keys.append(result.group(int(i[1:])))
|
||||
keys.append(result.group(int(i[1:])) or "")
|
||||
return keys
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue