diff --git a/files/classes/slots.py b/files/classes/slots.py index 9ec3847ae1..aa867ff601 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 0dd6a57b78..3f2fd30c73 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 %}