2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
This commit is contained in:
quadrismegistus 2020-09-16 15:54:50 +01:00
parent 94ccc08112
commit 1232fdf4b7

View File

@ -79,7 +79,9 @@ class CLI(Logger):
total_msg+=[x]
total_msg+=['']
# print()
self.print('\n'.join(total_msg))
print([total_msg])
print('\n'.join(total_msg))
def print(self,*x):
print(*x)