We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f68fc0 commit b707c3aCopy full SHA for b707c3a
1 file changed
src/main.py
@@ -210,8 +210,8 @@ def print_info(self):
210
211
for line in wrapped_text:
212
padded_line = line.ljust(70)
213
- print('\033[91m' + ' ' * left_padding +
214
- '║ ' + padded_line + ' ║' + '\033[0m', flush=True)
+ self.print('\033[91m' + ' ' * left_padding +
+ '║ ' + padded_line + ' ║' + '\033[0m', flush=True)
215
216
self.print('\033[91m' + ' ' * left_padding +
217
'╚' + '═' * 72 + '╝' + '\033[0m')
0 commit comments