typo
This commit is contained in:
parent
4cc9b47824
commit
aff3949e07
2
td.go
2
td.go
@ -137,7 +137,7 @@ func getHistory(c *tdlib.Client, chatID64 *int64, senderUserID64 *int64) {
|
||||
log.Printf("getHistory : no handler for %s\n", msg.Content.GetMessageContentEnum())
|
||||
}
|
||||
if msgParsed%1000 == 0 {
|
||||
fmt.Printf("Waiting : %d messages retrieved from %s ...\n", msgCount, lastParsedTime.Format(time.RFC3339))
|
||||
fmt.Printf("Waiting : %d messages retrieved from %s ...\n", msgParsed, lastParsedTime.Format(time.RFC3339))
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user