8ck / Instagram-Turbo

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

I noticed an error here. #5

Open imsemihk opened 1 year ago

imsemihk commented 1 year ago

I would like to let you know that I am getting error in module in main.py and on line 12 :)

~ xxxxxxxxx$ Python3 /Users/semih/Downloads/Instagram-Turbo-main/main.py
Traceback (most recent call last):
  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'
Semih's-MacBook-Pro:~ semih$