We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858f3ea commit ba31f47Copy full SHA for ba31f47
1 file changed
src/tcgdexsdk/endpoints/Endpoint.py
@@ -26,7 +26,6 @@ def __init__(self,
26
self.endpoint = endpoint
27
28
async def get(self, id: str) -> Optional[Item]:
29
- print(self.tcgdex.language)
30
return fetch(self.tcgdex, f"https://api.tcgdex.net/v2/{self.tcgdex.language}/{self.endpoint}/{id}", self.item_model)
31
32
async def list(self, query: Optional[Query] = None) -> List[ListModel]:
0 commit comments