We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cf118 commit d7d9d16Copy full SHA for d7d9d16
1 file changed
hello_togglebot/utils.py
@@ -74,4 +74,4 @@ def add_color(text, color):
74
75
def write_to_console(frame, color):
76
frame = add_color(frame, color)
77
- sys.stdout.write('\r\x1b[K' + frame)
+ sys.stdout.write('\x1b[K ' + frame + '\r')
0 commit comments