소스 검색

improve news

Eren Yilmaz 6 년 전
부모
커밋
bb30e86e57
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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):