You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that in def create_graph() at lines 701,703, 731 and 743, the variable language is not a string, but an object. You have to change it to language.name to avoid logic errors