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 believe database.vote_type_list() can be deleted and replaced with database.read_vote_count(). They take different arguments, so it's not a one-to-one swap, but the latter can do all the work of the former (and it sometimes does).
I believe
database.vote_type_list()can be deleted and replaced withdatabase.read_vote_count(). They take different arguments, so it's not a one-to-one swap, but the latter can do all the work of the former (and it sometimes does).