eve-val / evelink

Python bindings for the EVE API.
Other
91 stars 30 forks source link

multiple charactertraining #196

Closed bastianh closed 9 years ago

bastianh commented 9 years ago

In 7b672247e5757f863f7aafb206d9020fd41d52be multiple character training was added to character sheet... actually it should be in account status. (https://developers.eveonline.com/blog/article/jump-clones-implants-skills-and-more)

I can fix it this weekend if nobody has time before that...

ayust commented 9 years ago

/cc @Regner who authored 7b672247e5757f863f7aafb206d9020fd41d52be

regner commented 9 years ago

O_o I... I don't know what to say. SORRY! Fixing now. This is what I get for doing it between meetings on my laptop. :( I MADE THE API CHANGES! How did I screw this up... whatever. Fix coming ASAP.

Regner Blok-Andersen http://highguard.net/

On Tue, Nov 11, 2014 at 7:25 PM, Amber Yust notifications@github.com wrote:

/cc @Regner https://github.com/Regner who authored 7b67224 https://github.com/eve-val/evelink/commit/7b672247e5757f863f7aafb206d9020fd41d52be

— Reply to this email directly or view it on GitHub https://github.com/eve-val/evelink/issues/196#issuecomment-62603335.

bastianh commented 9 years ago

sorry if I ask here .. is there a simple check to see which or how many character are currently training a skill ? to check if the number of paid trainings match the number of characters in training ,)

regner commented 9 years ago

The only way will be to grab each characters skills in training and compare to the len() of multiCharacterTraining

Regner Blok-Andersen http://highguard.net/

On Wed, Nov 12, 2014 at 9:11 AM, Bastian Hoyer notifications@github.com wrote:

sorry if I ask here .. is there a simple check to see which or how many character are currently training a skill ? to check if the number of paid trainings match the number of characters in training ,)

— Reply to this email directly or view it on GitHub https://github.com/eve-val/evelink/issues/196#issuecomment-62689119.