Avatar downloader

This commit is contained in:
2017-06-12 20:06:31 +02:00
parent 72857972fe
commit 586befcb1a
9 changed files with 185 additions and 6 deletions

View File

@ -8,8 +8,8 @@ import (
func main() {
color.Yellow("Updating user references")
arn.Truncate("NickToUser")
arn.Truncate("EmailToUser")
arn.DB.DeleteTable("NickToUser")
arn.DB.DeleteTable("EmailToUser")
// Get a stream of all anime
allUsers, err := arn.AllUsers()