Skip to content

Commit bd8898d

Browse files
authored
Update currency.py
1 parent 2a8dca4 commit bd8898d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

17D_PyQt_and_Qt_Designer_Currency_Converter/currency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The api for fixer.io has changed so the original program currency.py as described in the original tutorial video https://www.youtube.com/watch?v=srsc0nCKMrw will no longer work.
2-
# This version fixed the error and works for the new fixer.io api. You must register at least a free account and replace the api_key in line 19
2+
# This version fixed the error and works for the new fixer.io api. You must register at least a free account and replace the access_key in line 19
33
# I'd like to thank Ron Fredericks for providing this fix
44

55
from currency_gui import *

0 commit comments

Comments
 (0)