Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
d428ed892a |
2
main.go
2
main.go
@ -79,8 +79,6 @@ func main() {
|
|||||||
|
|
||||||
log.Printf("created comment %d\n", cId)
|
log.Printf("created comment %d\n", cId)
|
||||||
SaveComment(&sn.Comment{Id: cId, Text: comment, ParentId: item.Id})
|
SaveComment(&sn.Comment{Id: cId, Text: comment, ParentId: item.Id})
|
||||||
} else {
|
|
||||||
log.Printf("item %d is not twitter link\n", item.Id)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user