defaultnamehere / tinder-detective

Find your Facebook friends' Tinder profiles. Don't actually use this by the way that's weird. Not even in a good way.
MIT License
703 stars 60 forks source link

requests.exceptions.InvalidHeader #53

Open XpiratezX opened 7 years ago

XpiratezX commented 7 years ago

I keep having this error:

"requests.exceptions.InvalidHeader: Header value 23 must be of type str or bytes, not <class 'int'>"

I tried different things, such as changing timezone to datetime in line 7 but it just changes the header value where the error pops up.

What is wrong?