You are viewing a single comment's thread from:

RE: Splinterlands Api/Bot Learning: 2. How to write a program to realize automatic card rental by using python

in Splinterlands3 years ago

Thank you for this, but can u please help me I'm having this kind of error

def rent_card(player: str, card_ids: list[str], days: int, currency: str):
TypeError: 'type' object is not subscriptable

how to resolve this, thank you.