0

i try to fix this error in flask , i have nearly zero experience whit flask and python, I'm struggle for couple of days, this error pop up after i try to delete the lines I insert, and to make the web work i need to reboot the pi4 thank you

part of the code wher the error print out

def index():
phones = d.all()#.sort(key=byPosition)
if phones == None:
    phones = []
return render_template("index.html", phones=phones)

Code what pop up the error

0 Answers0