Python backend for a Slack's kudos plugin.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: typo

+1 -1
+1 -1
kefi/config/__init__.py
··· 16 16 PLAZA_PRICE: int = 10 17 17 PLAZA_DEFAULT_HOUR: int = 10 18 18 PLAZA_DEFAULT_MINUTE: int = 0 19 - PLAZA_SIZE: int = "3-5" 19 + PLAZA_SIZE: str = "3-5" 20 20 PLAZA_SIZE_OPTIONS: int = [3, 4, 5] 21 21 LOCALE: str = "es_ES" 22 22 KUDOS_PRICE: int = 100