add elo to getUserInfo request

This commit is contained in:
2024-10-28 22:11:13 +01:00
parent c81f2627bf
commit 20c603b02e

View File

@ -6,7 +6,7 @@
# By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ # # By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2024/09/20 00:16:57 by edbernar #+# #+# # # Created: 2024/09/20 00:16:57 by edbernar #+# #+# #
# Updated: 2024/09/30 19:58:27 by tomoron ### ########.fr # # Updated: 2024/10/28 22:10:32 by tomoron ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -61,6 +61,7 @@ def getUserInfo(socket, content):
'online': online, 'online': online,
'github': user.github_link, 'github': user.github_link,
'discord': user.discord_username, 'discord': user.discord_username,
'elo': int(user.elo),
'nbWin':nbWin, 'nbWin':nbWin,
'nbLoss':nbGames - nbWin, 'nbLoss':nbGames - nbWin,
'history':history 'history':history