mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Un endline fa sempre bene
This commit is contained in:
parent
bfedff2b69
commit
da6b13c5eb
1 changed files with 1 additions and 1 deletions
2
mifia.py
2
mifia.py
|
@ -166,7 +166,7 @@ class Game:
|
|||
zero += 1
|
||||
elif player.role == 1:
|
||||
uno += 1
|
||||
msg = "*Royal*: {0} persone rimaste" \
|
||||
msg = "*Royal*: {0} persone rimaste\n" \
|
||||
"*Mifia*: {1} persone rimaste".format(str(zero), str(uno))
|
||||
return msg
|
||||
|
||||
|
|
Loading…
Reference in a new issue