Skip to content

Commit 6839493

Browse files
authored
Rename crypto.py to crypto_api.py
1 parent 935ed20 commit 6839493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto.py renamed to crypto_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
print("Current Price (₹):", data['market_data']['current_price']['inr'])
1515

1616
else:
17-
print(f"Failed to fetch data for {cryptocurrency}. Status code:", response.status_code)
17+
print(f"Failed to fetch data for {cryptocurrency}. Status code:", response.status_code)

0 commit comments

Comments
 (0)