thesadru / genshinstats

PLEASE USE GENSHIN.PY A python library that can get the stats of Genshin Impact players using Mihoyo's API. PLEASE USE GENSHIN.PY
https://thesadru.github.io/pdoc/genshinstats/
MIT License
265 stars 38 forks source link

can't get wish history #49

Closed jackthenewbie closed 2 years ago

jackthenewbie commented 2 years ago

image image ehh kindda weird, how can I fix it ?

thesadru commented 2 years ago

Made a small section about this problem in the readme : https://github.com/thesadru/genshinstats#why-doesnt-get_wish_history-return-a-normal-list

Please use something like

for wish in gs.get_wish_history(...):
    print(wish)
jackthenewbie commented 2 years ago

Made a small section about this problem in the readme : https://github.com/thesadru/genshinstats#why-doesnt-get_wish_history-return-a-normal-list

Please use something like

for wish in gs.get_wish_history(...):
    print(wish)

oh, thanks, my bad:)