henrydatei / wikifolio-api

A Python API-Wrapper for the unofficial wikifolio API
GNU General Public License v3.0
17 stars 4 forks source link

Error + html #8

Closed ccontrolled closed 11 months ago

ccontrolled commented 11 months ago

I get the error: File "wikifolio.py", line 50

What can I do?

henrydatei commented 11 months ago

It's not your fault, it's mine. I copy-pasted some code from Github and forgot to remove the + in front of line 50. Fixed that now, sorry for inconvenience

ccontrolled commented 11 months ago

with the correction I get for print(wf.performance_ever) NONE and also for print(wf.performance_since_emission) result: "NONE"

henrydatei commented 11 months ago

Yeah I see. Wikifolio has changed it's data structure. I'll change the required parts in the repo

henrydatei commented 11 months ago

I hopefully fixed everything