8ck / Instagram-Turbo

🧠 A Instagram username auto-claimer.
MIT License
20 stars 6 forks source link

Fixed FileNotFoundError: [Errno 2] for config.json #6

Open imsemihk opened 1 year ago

imsemihk commented 1 year ago
  File "/Users/Semih/Downloads/Instagram-Turbo-main/main.py", line 12, in <module>
    with open('config.json', 'r') as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'config.json'

I'm getting the error and I saw that we got this error because we didn't give the file detailed file path. I solved the problem :) Thank you for doing my first project support on Github by supporting your project. <3 Even if it's small for everyone, it's a big improvement for me.