leogomezz4t / PyTextNow_API

Python texting API utilizing TextNow API
MIT License
67 stars 41 forks source link

fixed bug with login.py file #48

Closed wunter8 closed 2 years ago

wunter8 commented 2 years ago

I noticed that when user_cookies.json was populated by login.py, it would put both the sid_cookie and the csrf_cookie in the csrf field as a list with sid set to null. Adding parentheses fixed the problem. I also cleaned up the _csrf input call

wunter8 commented 2 years ago

Also, totally unrelated, it looks like you committed your personal user_cookies to the repo last time you pushed changes

leogomezz4t commented 2 years ago

Also, totally unrelated, it looks like you committed your personal user_cookies to the repo last time you pushed changes

Yeah i'm sorry about that. My .gitignore is buggy