Use ASCII character for separator
This commit is contained in:
parent
94fa0508eb
commit
52b89212f0
@ -235,7 +235,7 @@ def main():
|
||||
width = maxlen(f)
|
||||
blanks = (width - 5) * ' '
|
||||
print('server ', blanks, ' avg(ms) min(ms) max(ms) stddev(ms) lost(%) flags')
|
||||
print((84 + width) * '─')
|
||||
print((84 + width) * '-')
|
||||
for server in f:
|
||||
# check if we have a valid dns server address
|
||||
if server.lstrip() == '': # deal with empty lines
|
||||
|
Loading…
x
Reference in New Issue
Block a user