mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: return declaration of TABLE back (thanks to michaelberg79)
This commit is contained in:
parent
8a1f44a0f2
commit
9d45e35642
1 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,8 @@ class DateEpoch(DateTemplate):
|
|||
# standard.
|
||||
|
||||
class DateStrptime(DateTemplate):
|
||||
|
||||
|
||||
TABLE = dict()
|
||||
TABLE["Jan"] = ["Sty"]
|
||||
TABLE["Feb"] = [u"Fév", "Lut"]
|
||||
TABLE["Mar"] = [u"Mär", "Mar"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue