Fix typo
This commit is contained in:
parent
229e80a9a5
commit
937706d88d
|
@ -83,7 +83,7 @@ class IWLAPostAnalysisFeeds(IPlugin):
|
|||
self.user_agents_re.append(re.compile(r'.*feed.*'))
|
||||
|
||||
self.referers_uri = []
|
||||
for f in feeds_referer:
|
||||
for f in feeds_referers:
|
||||
self.referers_uri.append(f)
|
||||
|
||||
return True
|
||||
|
|
Loading…
Reference in New Issue
Block a user