Compare commits

..

No commits in common. "8b24d27d676a4af61324ca580a061d59c1798589" and "b5536a985ad390dadbc38b100877fbb718251728" have entirely different histories.

View File

@ -47,7 +47,6 @@ class Daemon(base.Daemon, queues.TasksHandlerMixin):
)
def process(self, payload):
global store
message: Message = Message.de_json(json.dumps(payload))
questions = client.get_config('questions')
current_question = store.get(message.chat.id)