Skip to content

Commit

Permalink
changed program name (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
escomputers authored Nov 12, 2022
2 parents 0fa423b + 872e47a commit 6d781ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def send_email(html):
receiver_email = usrdata['valid_receiver_email']

message = MIMEMultipart('alternative')
message['Subject'] = '[BASD] Binance Algorithmic Stop Daemon - Notification'
message['Subject'] = '[BASD] Binance Automatic Stop Daemon - Notification'
message['From'] = sender_email
message['To'] = receiver_email

Expand Down Expand Up @@ -422,7 +422,7 @@ def listen_to_filled_orders(message):
]

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

while True:
event, values = window.read()
Expand Down

0 comments on commit 6d781ce

Please sign in to comment.