commit rest of old client/server fixes

This commit is contained in:
Xevion
2021-01-08 18:52:25 -06:00
parent b792d9cb9c
commit ab1c14adb5
7 changed files with 224 additions and 32 deletions

View File

@@ -100,7 +100,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.client.send(helpers.prepare_json(
{
'type': constants.Types.MESSAGE,
'content': message
'content': message.strip()
}
))