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...')