Exemple #1
0
 def call_news(self, other_args: List[str]):
     """ Process news command """
     news_view.news(other_args, self.ticker)
 def call_news(self, other_args: List[str]):
     """Call news [News API]"""
     news_view.news(other_args, self.instrument)