twitter: fix compilation error from 98a73d966d

This commit is contained in:
Brad Fitzpatrick 2014-07-25 13:13:30 -07:00
parent 814dad41d4
commit bc2b485656
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ func (r *run) importTweets(userID string) error {
}
var resp []*apiTweetItem
var err error
if maxId == "" {
log.Printf("Fetching tweets for userid %s", userID)
err = r.oauthContext().doAPI(&resp, userTimeLineAPIPath, attrs...)