Compare commits

..

No commits in common. "4e42f0927edf440d6e0e6640426557ace4b820fc" and "289701cbc03563bafc9025080f221fd225e30217" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -9,6 +9,7 @@ services:
MONGO_HOST: "mongo.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
STAGE: "production"
PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN
networks:
- queues
- configurator

View File

@ -118,8 +118,6 @@ class Daemon(base.BaseDaemon, queues.TasksHandlerMixin):
set_values(message.chat.id, state="set_probability")
def process(self, payload):
if not message.text:
return
message: Message = Message.de_json(json.dumps(payload))
if message.text.startswith('/'):
self.process_command(message)