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
The cached list of names is stored as name_list, but in line 84, new_name_list (an empty list) is used.
This causes a problem where selt.reset_max_len() does not work as intended.