mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-06 02:11:42 +02:00
Solved variable refence bugs
This commit is contained in:
@@ -114,5 +114,8 @@ class LookupModule(LookupBase):
|
||||
|
||||
cards.append(card)
|
||||
|
||||
# Sort A-Z
|
||||
cards.sort(key=lambda c: c['title'].lower())
|
||||
|
||||
# Return the list of cards
|
||||
return [cards]
|
||||
|
Reference in New Issue
Block a user