mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
static method forgotten;
This commit is contained in:
parent
ec3ed0e4ae
commit
addfea6614
1 changed files with 1 additions and 0 deletions
|
|
@ -116,3 +116,4 @@ class MyTime:
|
|||
val = re.sub(r"(?i)(?<=[\d\s])(%s)\b" % rexp, "*"+str(rpl), val)
|
||||
val = re.sub(r"(\d)\s+(\d)", r"\1+\2", val);
|
||||
return eval(val)
|
||||
str2seconds = staticmethod(str2seconds)
|
||||
Loading…
Reference in a new issue