Flask error: Error in the code while defining functions and app route

Flask error: Error in the code while defining functions and app route

在定义 RegisterationForm class 和 LoginForm class 之前,代码工作正常,但在定义 classes 之后,app.route() 和函数给了我一个语法错误。 我在命令提示符服务器中附加了代码片段和错误消息。 请查看它并尝试给我提供正确解释的解决方案,以便我了解它正在发生。see the code snippet in this link

问题很明显,您的 PasswordField 中缺少结尾 )。如果您使用 Pycharm 或 VScode,IDE 将通知您语法代码问题