Fixed title positioning

This commit is contained in:
2021-03-13 22:57:53 +01:00
parent ea74b0272e
commit 800b661c3b

View File

@@ -75,7 +75,7 @@ def main():
for key in config['keys']: for key in config['keys']:
keys.append(key['key']) keys.append(key['key'])
print('Host'.center(host_length + 5) + ' ' + 'Load'.center(25) + ' ' + 'Ram Usage'.center(17)) print('Host'.center(host_length + 3) + ' ' + 'Load'.center(25) + ' ' + 'Ram Usage'.center(17))
for host in config['hosts']: for host in config['hosts']:
try: try: