Перевел ошибку на английский

This commit is contained in:
Данил 2024-08-25 20:01:43 +03:00
parent 5bc5f37723
commit b2aa0589a5

View file

@ -47,7 +47,7 @@ class Converter:
conv_amount = conv.get('mid') conv_amount = conv.get('mid')
if conv_amount is None: if conv_amount is None:
raise RuntimeError('Ошибка при конвертации валюты через DuckDuckGo') raise RuntimeError('Error when converting currency via DuckDuckGo')
self.conv_amount = float(conv_amount) self.conv_amount = float(conv_amount)