Feeds display: Add "*" after a space in order to have flags
This commit is contained in:
parent
2b19a009e8
commit
3a8c667fdc
|
@ -85,7 +85,7 @@ class IWLADisplayFeeds(IPlugin):
|
|||
super_hit.get('dns_name_replaced', False):
|
||||
address = '%s [%s]' % (address, super_hit['remote_ip'])
|
||||
if super_hit['feed_parser'] == IWLAPostAnalysisFeeds.MERGED_FEED_PARSER:
|
||||
address += '*'
|
||||
address += ' *'
|
||||
pages = super_hit['not_viewed_pages'][0] + super_hit['viewed_pages'][0]
|
||||
hits = super_hit['not_viewed_hits'][0] + super_hit['viewed_hits'][0]
|
||||
table.appendRow([address, pages, hits, time.asctime(super_hit['last_access'])])
|
||||
|
|
Loading…
Reference in New Issue
Block a user