Fix timer_bot.py

This commit is contained in:
Badiboy 2022-02-15 19:55:12 +03:00 committed by GitHub
parent 661218c7e3
commit 966f2e7ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def set_timer(message):
@bot.message_handler(commands=['unset'])
def unset_timer(message):
schedule.clean(message.chat.id)
schedule.clear(message.chat.id)
if __name__ == '__main__':