Tlapbot/tlapbot
trwnh 420d954568
Refactor: reduce nesting
We can reduce cyclomatic complexity (how far we indented) by checking for a negative condition and exiting early, instead of checking for a positive condition and continuing
2022-11-30 10:45:52 -06:00
..
static add tabs to dashboard 2022-11-09 14:35:45 +01:00
templates more text to explain redeems 2022-11-09 14:54:00 +01:00
__init__.py add gunicorn logging, GUNICORN to config.py 2022-11-24 16:56:23 +01:00
db.py style fixes 2022-11-22 11:33:05 +01:00
default_config.py add gunicorn logging, GUNICORN to config.py 2022-11-24 16:56:23 +01:00
default_redeems.py Add a basic description of tlapbot to !help. 2022-11-09 15:14:10 +01:00
help_message.py style fixes 2022-11-22 11:33:05 +01:00
owncast_helpers.py change error logger to error 2022-11-25 15:11:42 +01:00
owncast_redeem_dashboard.py style fixes 2022-11-22 11:33:05 +01:00
owncast_webhooks.py version 1.0.0a2: change prints to logger 2022-11-24 16:06:01 +01:00
redeems_handler.py Refactor: reduce nesting 2022-11-30 10:45:52 -06:00
schema.sql create points table if not exists 2022-10-13 14:24:36 +02:00