tailwind #9
@ -51,7 +51,7 @@ class BfxWrapper(BfxRest):
|
||||
|
||||
@retry()
|
||||
async def post(self, api_path: str, data: dict):
|
||||
return await super.post(api_path, data)
|
||||
return await super().post(api_path, data)
|
||||
|
||||
################################
|
||||
# NEW METHODS
|
||||
|
Loading…
Reference in New Issue
Block a user