mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Remove redundant reassignment of variable
This commit is contained in:
parent
78d86bc38d
commit
184e0eccb6
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ class Filter(JailThread):
|
|||
# Decode line to UTF-8
|
||||
line = line.decode('utf-8')
|
||||
except UnicodeDecodeError:
|
||||
line = line
|
||||
pass
|
||||
timeMatch = self.dateDetector.matchTime(line)
|
||||
if timeMatch:
|
||||
# Lets split into time part and log part of the line
|
||||
|
|
|
|||
Loading…
Reference in a new issue