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
worker: handle KeyError in find_wireguard_domains
Sometimes we get a KeyError even though we realdy use get. As a last
resort we now return an empty list instead of having the thread stop
because of an Exception.