diff --git a/bfxbot/bfxwrapper.py b/bfxbot/bfxwrapper.py index 73ed159..924cda0 100644 --- a/bfxbot/bfxwrapper.py +++ b/bfxbot/bfxwrapper.py @@ -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