don't spam the market apis

This commit is contained in:
Jack 2016-07-28 05:34:20 -04:00
parent 415495fc16
commit 52d954c64e

View file

@ -58,7 +58,7 @@ class MarketFeed(object):
def start(self):
if not self._updater.running:
self._updater.start(15)
self._updater.start(300)
def stop(self):
if self._updater.running: