reset _last_markets_refresh

This commit is contained in:
iuvbio 2019-03-13 20:18:49 +01:00
parent aa2d747d8f
commit a1841c35ae

View File

@ -224,6 +224,7 @@ class Exchange(object):
return None
logger.debug("Performing scheduled market reload..")
self._api.load_markets(reload=True)
self._last_markets_refresh = arrow.utcnow().timestamp
def validate_pairs(self, pairs: List[str]) -> None:
"""