feliponi commited on
Commit
484392d
·
1 Parent(s): 4deea63

removendo a chave de API

Browse files
Files changed (1) hide show
  1. stocks.py +1 -1
stocks.py CHANGED
@@ -631,7 +631,7 @@ if __name__ == "__main__":
631
  commission = float(input("Commission per trade: "))
632
 
633
  # 3. API Key for NewsAPI
634
- news_api_key = '85bfdbb4f83f4b148cd219196b4b6447'
635
 
636
  # 4. Running the analysis
637
  print(f"\nRunning the analysis with Machine Learning {ticker}...")
 
631
  commission = float(input("Commission per trade: "))
632
 
633
  # 3. API Key for NewsAPI
634
+ news_api_key = 'INSIRA SUA CHAVE AQUI'
635
 
636
  # 4. Running the analysis
637
  print(f"\nRunning the analysis with Machine Learning {ticker}...")