cosmétique

This commit is contained in:
Adrien Bourmault 2022-02-17 11:27:35 +01:00
parent f6e563b071
commit 630ad6948c
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ def cmdhist(owners, nick, text, store):
msg = "voici les cinq derniers évènements pour chaque hôte notifié:\n"
for host in store.knownMaintainers[nick]:
msg += "\nHôte %s:" % host
msg += "\nHôte %s:\n" % host
count = 0
for serviceline in store.knownMaintainers[nick][host]: