Traceback (most recent call last): File "recaptcha.py", line 10, in <module> conf = json.loads(open(f"config/recaptcha.json",f"r").read()) FileNotFoundError: [Errno 2] No such file or directory: 'config/recaptcha.json' code example
Example: Traceback (most recent call last): File "recaptcha.py", line 10, in conf = json.loads(open(f"config/recaptcha.json",f"r").read()) FileNotFoundError: [Errno 2] No such file or directory: 'config/recaptcha.json'
Traceback (most recent call last):
File "recaptcha.py", line 10, in <module>
conf = json.loads(open(f"config/recaptcha.json",f"r").read())
FileNotFoundError: [Errno 2] No such file or directory: 'config/recaptcha.json'