Skip to content

Commit d62185c

Browse files
committed
change API key
1 parent b243d49 commit d62185c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-scraping/currency-converter/currency_converter_currencyapi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import requests
22
import urllib.parse as p
33

4-
API_KEY = "vh2Fth1cu2oe3AFJV5CtTgz50tgjUGUOhlHx0jrk"
4+
API_KEY = "<YOUR_API_KEY>"
55
base_url = "https://api.currencyapi.com/v3/"
66

77
# utility function that both functions will use

0 commit comments

Comments
 (0)