diff --git a/main.go b/main.go index 239e2b8..846280a 100644 --- a/main.go +++ b/main.go @@ -158,6 +158,10 @@ func printCharacterSkillQueue(swaggerclient *ESI.App, m *Character) { // The queue is only updated when the user logs in with the client // we thus need to do the computations and filtering ourselves if finishDate.Before(time.Now()) { + fmt.Printf(" ✔ % 32s - L%d\n", + name, + *skill.FinishedLevel, + ) continue }