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.
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.
RE: Splinterlands Api/Bot Learning: 2. How to write a program to realize automatic card rental by using python