get_public_pulse_hist() -> end should be optional

This commit is contained in:
Dario Moceri
2021-01-25 17:30:19 +01:00
parent 6d39059503
commit 409d9ca595

View File

@@ -204,7 +204,7 @@ class BfxRest:
status = await self.fetch(endpoint) status = await self.fetch(endpoint)
return status return status
async def get_public_pulse_hist(self, end, limit=15): async def get_public_pulse_hist(self, end=None, limit=100):
""" """
View the latest pulse messages. You can specify an end timestamp to view older messages. View the latest pulse messages. You can specify an end timestamp to view older messages.