Fix keepalive print
This commit is contained in:
parent
903e94b519
commit
9c96d30409
|
@ -135,7 +135,7 @@ class RouterInstance():
|
||||||
|
|
||||||
# Display router information to the terminal
|
# Display router information to the terminal
|
||||||
ansiiprint.echo('{}{} keepalive{}'.format(ansiiprint.purple(), self.name, ansiiprint.end()), '', 't')
|
ansiiprint.echo('{}{} keepalive{}'.format(ansiiprint.purple(), self.name, ansiiprint.end()), '', 't')
|
||||||
ansiiprint.echo('{0}Active networks:{1} {2} {0}Free memory [MiB]:{1} {3} {0}Used memory [MiB]:{1} {4} {0}Load:{1} {5}'.format(ansiiprint.bold(), ansiiprint.end(), self.network_list, self.memfree, self.memused, self.cpuload), '', 'c')
|
ansiiprint.echo('{0}Network list:{1} {2}'.format(ansiiprint.bold(), ansiiprint.end(), self.network_list), '', 'c')
|
||||||
|
|
||||||
# Update our local router lists
|
# Update our local router lists
|
||||||
for router_name in self.t_router:
|
for router_name in self.t_router:
|
||||||
|
|
Loading…
Reference in New Issue