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'

0

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'

By Beginner mcb at Dec 08 2020


Related code examples


Code examples by languages