Exception in thread Thread-2 (process):
Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1009, in _bootstrap_inner
self.run()
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\threading.py", line 946, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\keyboard\_generic.py", line 58, in process
if self.pre_process_event(event):
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\keyboard\__init__.py", line 218, in pre_process_event
callback(event)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\keyboard\__init__.py", line 649, in <lambda>
handler = lambda e: (event_type == KEY_DOWN and e.event_type == KEY_UP and e.scan_code in _logically_pressed_keys) or (event_type == e.event_type and callback())
File "C:\Users\User\Downloads\PySpoof AutoSize.py", line 54, in captchaDefining
file = open("catcherInfo.txt", "r")
FileNotFoundError: [Errno 2] No such file or directory: 'catcherInfo.txt'
че делать???