readmechange
This commit is contained in:
@@ -8,9 +8,9 @@ from sqlalchemy.exc import IntegrityError
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
email_option = str(0)
|
||||
email = str(0)
|
||||
password = str(0)
|
||||
# email_option = str(0)
|
||||
# email = str(0)
|
||||
# password = str(0)
|
||||
|
||||
# with app.app_context():
|
||||
# print("--- Server Initialization ---")
|
||||
@@ -95,7 +95,7 @@ def view_users():
|
||||
|
||||
return html_output
|
||||
|
||||
#Mail system uncomment all of the stuff below this line to use but requires a google account to use will have to put email in username area and password in password area
|
||||
#Mail system uncomment all of the stuff below this line to use but requires a google account to use will have to put email in username area and password in password area when starting the py file
|
||||
# app.config['MAIL_SERVER'] = 'smtp.google.com'
|
||||
# app.config['MAIL_PORT'] = 587
|
||||
# app.config['MAIL_USE_TLS'] = True
|
||||
|
||||
Reference in New Issue
Block a user