mirror of https://github.com/perkeep/perkeep.git
twitter: fix compilation error from 98a73d966d
This commit is contained in:
parent
814dad41d4
commit
bc2b485656
|
@ -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...)
|
||||
|
|
Loading…
Reference in New Issue