File "C:\Users\Admin\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
File "C:\Users\Admin\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 976, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\Admin\AppData\Local\Programs\Python\Python311\pyfile\pyfilecode\code.py", line 213, in output_thread
message = unicode(message, errors='ignore')
^^^^^^^
NameError: name 'unicode' is not defined
first i have error unicode is not defined,,after follow some suggestion on stackoverflow ,, im changing unicode to str ,but again it have error "TypeError: decoding str is not supported"
so how to fix this error thanks you
NameError: name 'unicode' is not defined