From 78c146598b3eab0ed06c1ee1d758c88eb9dd0f5d Mon Sep 17 00:00:00 2001 From: Myrul Deen Date: Sun, 19 Jun 2022 04:59:20 +0800 Subject: [PATCH] fix bracket fix print('Something went wrong...') --- python/send_email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/send_email.py b/python/send_email.py index b23c1f6..bed030b 100644 --- a/python/send_email.py +++ b/python/send_email.py @@ -38,4 +38,4 @@ def email(email_address, first_name, last_name, log_time): server.quit() except: - print 'Something went wrong...' + print('Something went wrong...')