|
|
@@ -30,7 +30,7 @@ def process_drop(this_stock):
|
|
|
stock_name = this_stock[0]
|
|
|
npc_drop = False
|
|
|
total_stocks = data_latest.total_shares
|
|
|
- previous_available_shares = '{:,} / {:,}'.format(data_latest.available_shares,
|
|
|
+ previous_available_shares = '{:,} / {:,}'.format(data_latest.available_shares,
|
|
|
data_latest.total_shares)
|
|
|
if model.is_npc_drop(data_previous, data_latest):
|
|
|
npc_drop = True
|