tailwind #9

Manually merged
peperunas merged 157 commits from tailwind into master 2020-12-28 18:38:52 +00:00
Showing only changes of commit ac8458723b - Show all commits

View File

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