You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 17D_PyQt_and_Qt_Designer_Currency_Converter/currency.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# 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
3
3
# I'd like to thank Ron Fredericks for providing this fix
0 commit comments