2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-16 00:12:48 +00:00
This commit is contained in:
quadrismegistus 2020-09-15 11:41:28 +01:00
parent 4aea89255d
commit 4bc2cb751f

View File

@ -183,7 +183,7 @@ class CLI(Logger):
else:
clear_screen()
for i,msg in enumerate(msgs):
print(f'@Operator: Message {i+1} of {len(msgs)}:\n\n')
print(f'@Operator:\n Message {i+1} of {len(msgs)}')
print(msg)
do_pause()
clear_screen()