diff --git a/bot/db_utils.py b/bot/db_utils.py index 402d0af..584856b 100644 --- a/bot/db_utils.py +++ b/bot/db_utils.py @@ -59,8 +59,6 @@ def get_last_rolled_at(user_id): # Configuration -# Configuration - def get_config(key): '''Reads the value for a specified config key from the db''' conn = get_db_connection()