Remind now shows active categories

This commit is contained in:
Stijn De Clercq 2020-10-24 17:14:54 +02:00
parent a82af035fc
commit 0db835bba0
2 changed files with 10 additions and 2 deletions

View file

@ -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:"