|
@@ -27,7 +27,7 @@ def create_message(name, timestamp, price, quantity, current_quantity=0,
|
|
|
this_message = "{}: {}{} dropped {:,} shares at ${:,.2f} for a grand total of ${:,.1f}B [{}]".format(
|
|
this_message = "{}: {}{} dropped {:,} shares at ${:,.2f} for a grand total of ${:,.1f}B [{}]".format(
|
|
|
this_time, npc, name, quantity, price, this_drop_decimal, current_quantity)
|
|
this_time, npc, name, quantity, price, this_drop_decimal, current_quantity)
|