Loading ccserver/ccserver.py +2 −3 Original line number Diff line number Diff line Loading @@ -238,9 +238,8 @@ class CCServer(object): deny.clear() elif tag.startswith('-'): tag = tag[1:] if to_show is None: deny.add(tag) elif tag in to_show: if tag in to_show: to_show.remove(tag) if to_show is None: Loading Loading
ccserver/ccserver.py +2 −3 Original line number Diff line number Diff line Loading @@ -238,9 +238,8 @@ class CCServer(object): deny.clear() elif tag.startswith('-'): tag = tag[1:] if to_show is None: deny.add(tag) elif tag in to_show: if tag in to_show: to_show.remove(tag) if to_show is None: Loading