ckoepp / TwitterSearch

A Python library to easily iterate tweets found by the Twitter Search API
MIT License
387 stars 112 forks source link

Bug in TwitterSearchOrder::setUntil #3

Closed katomaso closed 11 years ago

katomaso commented 11 years ago

The line 102: if isinstance(date, date): should be 102: if isinstance(date, datetime.date):

I'm too lazy to fork and request a pull :-)

ckoepp commented 11 years ago

Oh you're right - thanks for the hint! :)