Change "recieved" to "received"

This commit is contained in:
Gnome Ann 2021-08-25 14:55:26 -04:00
parent c3528e6221
commit 6dcd7888c8
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ def do_connect():
#==================================================================#
@socketio.on('message')
def get_message(msg):
print("{0}Data recieved:{1}{2}".format(colors.GREEN, msg, colors.END))
print("{0}Data received:{1}{2}".format(colors.GREEN, msg, colors.END))
# Submit action
if(msg['cmd'] == 'submit'):
if(vars.mode == "play"):