Compare commits

..

No commits in common. "develop" and "v0.5.1" have entirely different histories.

View File

@ -79,6 +79,8 @@ func main() {
log.Printf("created comment %d\n", cId)
SaveComment(&sn.Comment{Id: cId, Text: comment, ParentId: item.Id})
} else {
log.Printf("item %d is not twitter link\n", item.Id)
}
}