diff --git a/src/commands.py b/src/commands.py index 851c2e5..2332217 100644 --- a/src/commands.py +++ b/src/commands.py @@ -171,7 +171,6 @@ def interval(update: Update, context: CallbackContext): request['interval'] = i database.save() - scheduler.updateInterval(user, name) return "Success!"