python_1inch icon indicating copy to clipboard operation
python_1inch copied to clipboard

typo in health_check url

Open ghost opened this issue 3 years ago • 0 comments

The code below should make the health_check method work for bsc.

def health_check(self): url = '{}/{}/{}/healthcheck'.format( self.base_url, self.version, self.chain_id)

Well done, hope it helps !

ghost avatar Apr 01 '21 15:04 ghost