Add nbr of message on bottom too

This commit is contained in:
poka 2020-12-01 07:40:04 +01:00
parent 5c1ccb82ef
commit cb1703a554
2 changed files with 3 additions and 2 deletions

View File

@ -113,7 +113,8 @@ class ReadFromCesium:
continue
print("Objet: " + self.title)
print(self.content)
# pp_json(hits)
print(colored(infoTotal.center(rows, '#'), "yellow"))
def read(self, nbrMsg, outbox):