Error when attempting to access form in Flask

When trying to run my code on a certain search page, I get TypeError: searchingForm() got an unexpected keyword argument 'user_input'

Repl Link: WorldCache on Replit
Link to where bug occurs: WorldCache (Search for “GCA9932”)

I was able to fix it myself by adding the user_input variable as a argument in my searchingForm() function.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.