forex-python
forex-python copied to clipboard
Rate returned as string crashes forex currency conversion
In the currency conversion, rate is usually returned from _get_decoded_rate as float. But sometimes it returns a string instead, and then it crashes on the highlighted line because it cant multiply string. The values I used to get string are included in the picture.
