bianjiang / tweetf0rm

A twitter crawler in Python
MIT License
303 stars 107 forks source link

Bug fixes when commands fail and need to be redistributed. #2

Closed cbuntain closed 10 years ago

cbuntain commented 10 years ago

Fixed two bugs. In one, the node queue size used an incorrect variable name. In the other, the command to redistribute to other nodes wasn't being populated.

bianjiang commented 10 years ago

Thanks! Merged.