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
Adding to the fnmatch call watched_user['username'].decode('utf-8') seems to help match. The other issue is the presence of spaces or lack thereof in the name--either in the watched name or in a name being checked.
Or rather, encoding the list of usernames from changesets to utf-8 will probably be more efficient in the long run. Confirmed that this solves the problem as well.
Python is ignoring some names with Unicode characters. Need to change this comparison https://github.com/ethan-nelson/osm_hall_monitor/blob/master/osmhm/filters.py#L82 to allow Unicode characters and also wildcards.
The text was updated successfully, but these errors were encountered: