Update central_command.py, commander.py and one other file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user