mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2025-01-27 02:44:47 +01:00
formatting in notification
This commit is contained in:
parent
ae37d31da2
commit
dbc0132431
@ -215,8 +215,8 @@ in
|
|||||||
if len(list) > 0:
|
if len(list) > 0:
|
||||||
result += server + ": "
|
result += server + ": "
|
||||||
for player in list:
|
for player in list:
|
||||||
result += player.name + " \n"
|
result += player.name + " "
|
||||||
return result
|
return result + "\n"
|
||||||
|
|
||||||
|
|
||||||
def display_players(pvv, dods):
|
def display_players(pvv, dods):
|
||||||
|
Loading…
Reference in New Issue
Block a user