def execute(self): s = StockManager() if SLASH2_FETCH_ALL_DAILY: s.sync_stock(fetch_all=True)
def execute(self): s = StockManager() s.sync_stock()