Bug in TinyMan-Python-SDK

I am running into a connectivity issue between algod and the tinyman-sdk. I defined the issue on GitHub.

The main issue appears to be due to a potential software update that resulted in deprecating the TinyMan code. Any advice or suggestions would be appreciated.

Solution

algod = AlgodClient('', 'https://node.algoexplorerapi.io', headers={'User-Agent': 'algosdk'})
client = TinymanMainnetClient(algod_client=algod)