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

Configure Feed

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

chore: clean readme

+1 -1
+1 -1
README.md
··· 110 110 ``` 111 111 112 112 ```python 113 - from kefi.models.helpers import notify_reset_wallet, reset_wallets 113 + from kefi.models.helpers import reset_wallets 114 114 reset_wallets(session) 115 115 session.commit() 116 116 ```