Update central_command.py, commander.py and one other file

This commit is contained in:
Richard Bronkhorst
2023-07-03 19:12:26 +02:00
parent d6fe1cf183
commit 3010a8186d
3 changed files with 14 additions and 9 deletions

View File

@@ -25,6 +25,7 @@ class Marketplace(SystemMember):
price['symbol'] = symbol
price['buy'] = mg(g, 'purchasePrice')
price['sell'] = mg(g, 'sellPrice')
price['volume'] = mg(g, 'tradeVolume')
prices[symbol] = price
self.prices = prices