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:
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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue