updated requested changes for tests in PR #6545

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி
2022-03-24 17:31:29 +05:30
parent f4789268bc
commit 84dcb55879
4 changed files with 31 additions and 21 deletions

View File

@@ -1553,7 +1553,7 @@ class Exchange:
else:
logger.debug(
"Fetching trades for pair %s, since %s %s...",
pair, since,
pair, since,
'(' + arrow.get(since // 1000).isoformat() + ') ' if since is not None else ''
)
trades = await self._api_async.fetch_trades(pair, since=since, limit=1000)