1
0
Fork 0
mirror of https://github.com/ethauvin/fail2ban-digest.git synced 2025-04-26 02:57:12 -07:00

Fixed HTML template spacing.

This commit is contained in:
Erik C. Thauvin 2019-03-06 00:02:46 -08:00
parent e8eafc027b
commit f9d71346ba

View file

@ -101,7 +101,9 @@ html_tr_template = Template(''' <tr>
''')
html_error_template = Template(''' <tr>
<td colspan="3"><em>${error_msg}</em></td>
</tr>''')
</tr>
''')
class Ban:
def __init__(self, ip, events):
self.ip = ip