Minor change to format for port count label format
This commit is contained in:
parent
d1ddf5d04c
commit
eff56815da
@ -953,7 +953,7 @@ def get_heading():
|
|||||||
|
|
||||||
if len(total_ports)>0:
|
if len(total_ports)>0:
|
||||||
for port_number in total_ports.keys():
|
for port_number in total_ports.keys():
|
||||||
smtp_stats += f"\nCount of port:{port_number} connections: {total_ports[port_number]}"
|
smtp_stats += f"\nCount of port {port_number} connections: {total_ports[port_number]}"
|
||||||
|
|
||||||
smtp_stats = smtp_stats + f"\nEmails per hour: {emailperhour:.1f}/hr\n"\
|
smtp_stats = smtp_stats + f"\nEmails per hour: {emailperhour:.1f}/hr\n"\
|
||||||
f"Average spam score (accepted): {spamavg or 0:.2f}\n"\
|
f"Average spam score (accepted): {spamavg or 0:.2f}\n"\
|
||||||
|
Loading…
Reference in New Issue
Block a user