Why does my graph not show Python Budget App

for some reason my graph does not show
my replit: https://replit.com/@HarshilAv/boilerplate-budget-app-4#budget.py

My guess is that you made an infinite loop in your create_spend_chart function. I’d add print statements to see what’s happening inside of that function.

1 Like

thanks I figured it out
But just wondering, does replit not have some kind of timeout error so that infinite loops don’t go on and consume system resources forever?

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