fix auto_connect name displayed in status

This commit is contained in:
ThomasV 2015-06-02 11:41:41 +02:00
parent 088d8e8415
commit b5435a16e8
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ def run_daemon(config):
'server_height': network.get_server_height(),
'nodes': network.get_interfaces(),
'connected': network.is_connected(),
'auto-connect': p[4],
'auto_connect': p[4],
})
elif cmd == 'stop':
network.stop_daemon()