Change class from new-style class to object class

This commit is contained in:
bedilbek 2020-04-28 00:34:52 +05:00
parent d7ebaa5bb3
commit 24deb8a51d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import threading
from telebot import apihelper
class HandlerBackend:
class HandlerBackend(object):
"""
Class for saving (next step|reply) handlers
"""