Showing 1 of 1 total issue
Function index
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
def index(): """renders the homepage of the app""" # you can enter the email,password if request.method == 'POST': email = request.form['email']
- Read upRead up