@@ -685,7 +685,7 @@ def bank_order(buy, ownable_id, limit, amount, time_until_expiration):
cursor.execute('''
INSERT INTO news(title)
VALUES (?)
- ''', ('External investors are selling ' + ownable_name,))
+ ''', ('External investors are selling ' + ownable_name + ' atm',))
def place_order(buy, ownership_id, limit, stop_loss, amount, time_until_expiration):