Eren Yilmaz 6 anni fa
parent
commit
bb30e86e57
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      model.py

+ 1 - 1
model.py

@@ -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):