mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Remind now shows active categories
This commit is contained in:
parent
a82af035fc
commit
0db835bba0
2 changed files with 10 additions and 2 deletions
|
|
@ -41,3 +41,8 @@ def switchReminder(userid, column):
|
|||
|
||||
return to
|
||||
|
||||
|
||||
# Function that returns a red or green circle depending on
|
||||
# whether or not a value is True or False
|
||||
def getIcon(val):
|
||||
return ":green_circle:" if val else ":red_circle:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue