Added missing toml dependency to setup.py
Pinned qdarkstyle to 2.8.1 Updated arrow timestamp api used in kraken backendems_tweaks
parent
9de02321d8
commit
432bd96474
|
@ -181,7 +181,7 @@ class Client:
|
|||
) -> dict:
|
||||
if since is None:
|
||||
since = arrow.utcnow().floor('minute').shift(
|
||||
minutes=-count).timestamp
|
||||
minutes=-count).timestamp()
|
||||
# UTC 2017-07-02 12:53:20 is oldest seconds value
|
||||
since = str(max(1499000000, since))
|
||||
json = await self._public(
|
||||
|
|
Loading…
Reference in New Issue