Remove fiat_currency temporary variable

This commit is contained in:
Matthias 2020-01-02 20:20:29 +01:00
parent a47a25ca88
commit 560aea876e

View File

@ -964,9 +964,8 @@ class FreqtradeBot:
} }
if 'fiat_display_currency' in self.config: if 'fiat_display_currency' in self.config:
fiat_currency = self.config['fiat_display_currency']
msg.update({ msg.update({
'fiat_currency': fiat_currency, 'fiat_currency': self.config['fiat_display_currency'],
}) })
# Send the message # Send the message