Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 679c096

Browse files
Update converter.py
1 parent 80ce2ce commit 679c096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎forex_python/converter.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class RatesNotAvailableError(Exception):
99
"""
10-
Custom exception when https://theforexapi.com is down and not available for currency rates
10+
Custom exception when https://theratesapi.com is down and not available for currency rates
1111
"""
1212
pass
1313

@@ -25,7 +25,7 @@ def __init__(self, force_decimal=False):
2525
self._force_decimal = force_decimal
2626

2727
def _source_url(self):
28-
return "https://theforexapi.com/api/"
28+
return "https://theratesapi.com/api/"
2929

3030
def _get_date_string(self, date_obj):
3131
if date_obj is None:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /