Format stats

This commit is contained in:
Florian Baumann 2022-01-17 12:32:16 +01:00
parent 32a8bbe1b7
commit 40c24934ce

View File

@ -528,7 +528,7 @@ func Stats() {
} }
} }
fmt.Printf("\n%sCards %s\n", Green, Reset) fmt.Printf("%sCards %s\n", Green, Reset)
fmt.Printf("Total Cards: %s%.0f%s\n", Yellow, stats[0]["count"], Reset) fmt.Printf("Total Cards: %s%.0f%s\n", Yellow, stats[0]["count"], Reset)
fmt.Printf("Unique Cards: %s%d%s\n", Purple, stats[0]["unique"], Reset) fmt.Printf("Unique Cards: %s%d%s\n", Purple, stats[0]["unique"], Reset)