Spaces:
Sleeping
Sleeping
app.py
Browse files
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 = '
|
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 |
}
|