This commit is contained in:
Giulio De Pasquale 2020-12-21 12:02:16 +00:00
parent 00a100f618
commit ac8458723b

View File

@ -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