mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Remove fiat_currency temporary variable
This commit is contained in:
parent
a47a25ca88
commit
560aea876e
|
@ -964,9 +964,8 @@ class FreqtradeBot:
|
|||
}
|
||||
|
||||
if 'fiat_display_currency' in self.config:
|
||||
fiat_currency = self.config['fiat_display_currency']
|
||||
msg.update({
|
||||
'fiat_currency': fiat_currency,
|
||||
'fiat_currency': self.config['fiat_display_currency'],
|
||||
})
|
||||
|
||||
# Send the message
|
||||
|
|
Loading…
Reference in New Issue
Block a user