File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments