Fix typo
This commit is contained in:
parent
6fd06c8c51
commit
a4c4dba5e0
@ -399,7 +399,7 @@ func start_webserver(addr string) {
|
||||
}
|
||||
|
||||
func fetch_inbox(how_many int) {
|
||||
trove := scraper.GetInbox(how_many)
|
||||
trove, _ := scraper.GetInbox(how_many)
|
||||
profile.SaveDMTrove(trove)
|
||||
happy_exit(fmt.Sprintf("Saved %d messages from %d chats", len(trove.Messages), len(trove.Rooms)))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user