ckoepp/TwitterSearch

More bugs in TwitterSearchOrder

Closed this issue · 1 comments

Hi, me again. Maybe I really should fork and pull. If I find another bug I will :)

70: self.argument.update( { 'since_id' : '%s' % twid } ) should be
70: self.arguments.update( { 'since_id' : '%s' % twid } )

The same for line 76
76: self.argument.update( { 'max_id' : '%s' % twid } ) should be
76: self.arguments.update( { 'max_id' : '%s' % twid } )

Next time I will fork, promise.

Thanks for testing the SearchOrder class intensively! No need to fork for just those small typos :)

Let me know if you figure out more bugs! :)