k0rnh0li0 / onlyfans-dl

OnlyFans content downloader
GNU General Public License v3.0
772 stars 221 forks source link

TypeError #252

Closed Kempeter closed 8 months ago

petecodes123 commented 9 months ago

This will fix the string error. I made an adjustment by adding an if else statement, but this will work too.

Bad3r commented 9 months ago

You are missing the closing quote on line 50 also its exists() not exist(). Also, which Python version is required for this project? seems to work fine with 3.11

    if os.path.exists("auth.json"):
Kempeter commented 9 months ago

I wrote this too fast, sorry The version is 3.11