Merge pull request #172 from guilledk/make_piker_install_again
Minor fixes to make piker installable againems_tweaks
commit
955b9f01a4
|
@ -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