Closed copycopyhumancat closed 1 year ago
out.py had error in this line
I ran out.py and got this error
SyntaxError: unterminated string literal (detected at line 366)
Line 366: sys.stdout.write('+color(progress_message[1],fore=jambuair,back=(0,0,0)))
And i fixed it by
sys.stdout.write('\033[1;33;40m' + progress_message[1] + '\033[0m')
thanks to chatgpt
But you need to check why it has messed up with this line
out.py had error in this line
I ran out.py and got this error
SyntaxError: unterminated string literal (detected at line 366)
Line 366: sys.stdout.write('+color(progress_message[1],fore=jambuair,back=(0,0,0)))