Skip to content

Commit f270008

Browse files
authored
Update app.py
1 parent 0440bf1 commit f270008

File tree

1 file changed

+1
-1
lines changed
  • Live Currency Converter GUI

1 file changed

+1
-1
lines changed

Live Currency Converter GUI/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import requests
44

55
BASE_URL = "http://api.exchangeratesapi.io/v1/latest"
6-
API_KEY = "111010136e803fdc2d600a9b204fa385"
6+
API_KEY = "Your API Key"
77

88
class CurrencyConverterApp:
99
def __init__(self, root):

0 commit comments

Comments
 (0)