From a9e2cd4bcae96850734290c7ca8bced8ef30c655 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 25 Jan 2022 03:30:35 +0200 Subject: [PATCH] vxc4 --- files/classes/slots.py | 2 +- files/templates/comments.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/classes/slots.py b/files/classes/slots.py index 9ec3847ae..aa867ff60 100644 --- a/files/classes/slots.py +++ b/files/classes/slots.py @@ -38,7 +38,7 @@ class Slots: from_user.coins += reward self.db.add(from_user) - from_comment.slots_result = f'{symbols}{text}' + from_comment.slots_result = f'{symbols} {text}' self.db.add(from_comment) self.db.commit() diff --git a/files/templates/comments.html b/files/templates/comments.html index 0dd6a57b7..3f2fd30c7 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -231,7 +231,7 @@ {% endif %} {% if c.slots_result %} - {{c.slots_result}} + {{c.slots_result}} {% endif %} {% if c.active_flags %}