Mark finished skills
This commit is contained in:
parent
6e0018e91c
commit
82a88033b3
1 changed files with 4 additions and 0 deletions
4
main.go
4
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
|
// The queue is only updated when the user logs in with the client
|
||||||
// we thus need to do the computations and filtering ourselves
|
// we thus need to do the computations and filtering ourselves
|
||||||
if finishDate.Before(time.Now()) {
|
if finishDate.Before(time.Now()) {
|
||||||
|
fmt.Printf(" ✔ % 32s - L%d\n",
|
||||||
|
name,
|
||||||
|
*skill.FinishedLevel,
|
||||||
|
)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue