Skip to content

Commit 6d781ce

Browse files
authored
changed program name (#34)
2 parents 0fa423b + 872e47a commit 6d781ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/order.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def send_email(html):
323323
receiver_email = usrdata['valid_receiver_email']
324324

325325
message = MIMEMultipart('alternative')
326-
message['Subject'] = '[BASD] Binance Algorithmic Stop Daemon - Notification'
326+
message['Subject'] = '[BASD] Binance Automatic Stop Daemon - Notification'
327327
message['From'] = sender_email
328328
message['To'] = receiver_email
329329

@@ -422,7 +422,7 @@ def listen_to_filled_orders(message):
422422
]
423423

424424
# Create the window
425-
window = sg.Window('Binance Algorithmic Stop Daemon [OUTPUT]', icon='templates/icon.ico').Layout(layout)
425+
window = sg.Window('Binance Automatic Stop Daemon [OUTPUT]', icon='templates/icon.ico').Layout(layout)
426426

427427
while True:
428428
event, values = window.read()

0 commit comments

Comments
 (0)