1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00

Un endline fa sempre bene

This commit is contained in:
Steffo 2016-04-11 23:27:40 +02:00
parent bfedff2b69
commit da6b13c5eb

View file

@ -166,7 +166,7 @@ class Game:
zero += 1 zero += 1
elif player.role == 1: elif player.role == 1:
uno += 1 uno += 1
msg = "*Royal*: {0} persone rimaste" \ msg = "*Royal*: {0} persone rimaste\n" \
"*Mifia*: {1} persone rimaste".format(str(zero), str(uno)) "*Mifia*: {1} persone rimaste".format(str(zero), str(uno))
return msg return msg