Mark finished skills

This commit is contained in:
Thomas Schwery 2017-02-06 13:18:32 +01:00
parent 6e0018e91c
commit 82a88033b3

View file

@ -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
}