📌  相关文章
📜  Traceback(最近一次调用最后一次):文件“recaptcha.py”,第 10 行,在<module>conf = json.loads(open(f&quot;config recaptcha.json&quot;,f&quot;r&quot;).read()) FileNotFoundError: [Errno 2] No such file or directory: &#39;config recaptcha.json&#39; - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:23.043000             🧑  作者: Mango

代码示例1
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'