mirror of
https://github.com/Redume/Shirino.git
synced 2024-11-05 16:23:59 +03:00
Перевел ошибку на английский
This commit is contained in:
parent
5bc5f37723
commit
b2aa0589a5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class Converter:
|
|||
conv_amount = conv.get('mid')
|
||||
|
||||
if conv_amount is None:
|
||||
raise RuntimeError('Ошибка при конвертации валюты через DuckDuckGo')
|
||||
raise RuntimeError('Error when converting currency via DuckDuckGo')
|
||||
|
||||
self.conv_amount = float(conv_amount)
|
||||
|
||||
|
|
Loading…
Reference in a new issue