removendo a chave de API
Browse files
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 = '
|
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}...")
|