missbaj commited on
Commit
7fcc38d
·
verified ·
1 Parent(s): 4e721eb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def get_crypto_compare_price():
7
  """Fetch the Bitcoin price from CryptoCompare."""
8
  try:
9
  # Replace 'YOUR_API_KEY' with your actual CryptoCompare API key
10
- api_key = 'YOUR_API_KEY'
11
  headers = {
12
  'Authorization': f'Apikey {api_key}'
13
  }
 
7
  """Fetch the Bitcoin price from CryptoCompare."""
8
  try:
9
  # Replace 'YOUR_API_KEY' with your actual CryptoCompare API key
10
+ api_key = 'c1e07b0b9a72b6f5ea096763a17a2a1eec7a925a10faadd615b2d152f208a98d'
11
  headers = {
12
  'Authorization': f'Apikey {api_key}'
13
  }