DOC: Added missing parameter for jail `add` method

pull/625/head
Steven Hiscocks 2014-02-24 19:05:22 +00:00
parent a9b9c6ea03
commit f68ab3c4de
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ class Jails(Mapping):
The name of the jail.
backend : str
The backend to use.
db : Fail2BanDb
Fail2Ban's persistent database instance.
Raises
------