super()
This commit is contained in:
parent
00a100f618
commit
ac8458723b
@ -51,7 +51,7 @@ class BfxWrapper(BfxRest):
|
|||||||
|
|
||||||
@retry()
|
@retry()
|
||||||
async def post(self, api_path: str, data: dict):
|
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
|
# NEW METHODS
|
||||||
|
Loading…
Reference in New Issue
Block a user