79455881

Date: 2025-02-20 21:37:01
Score: 1.5
Natty:
Report link

Right now you are trying to change to the object itself, you need to append an instance of the object in your views list.

        if page.route == "/login_view":
        page.views.append(login_view())

I believe just adding the parentheses to instantiate an instance of the object should fix your issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Guest1234