Ver código fonte

Remove the rule, not the user.

tags/v0.1^2
Ben Kurtovic 12 anos atrás
pai
commit
1a732c62a1
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      earwigbot/config/permissions.py

+ 1
- 1
earwigbot/config/permissions.py Ver arquivo

@@ -89,7 +89,7 @@ class PermissionsDB(object):
with sqlite.connect(self._dbfile) as conn:
args = (user.nick, user.ident, user.host, rank)
conn.execute(query, args)
self._data[rank].remove(user)
self._data[rank].remove(rule)
return rule
except KeyError:
pass


Carregando…
Cancelar
Salvar