예제 #1
0
 def refetch_past_seasons(self):
     refetch_past_seasons(bnet_client=self.bnet, skip_fetch_new=True)
예제 #2
0
    def run(self, args, logger):
        refetch_past_seasons(check_stop=self.check_stop,
                             season_id=args.season_id)

        return 0