Traceback from main.py for budget app


is anyone else getting this traceback ?

Can you post link to your replit?

https://replit.com/join/tpmdinvoev-stillepic

Do I need to change something in main.py?

Nothing should be changed in main.py. The error message is telling you what the problem is. Your Category class does not have a transfer method. It should have one according to the project requirements.

1 Like

Thank you. I have a hard time understanding the trackbacks…

I got it to run. I had missed a typo in my code