[-] Remove unnecessary scheduler.updateInterval call

This commit is contained in:
Hykilpikonna
2020-11-27 11:25:32 -05:00
parent 25d35fe607
commit ef0ac5cb9d
-1
View File
@@ -171,7 +171,6 @@ def interval(update: Update, context: CallbackContext):
request['interval'] = i
database.save()
scheduler.updateInterval(user, name)
return "Success!"