fix setup wizard bug

This commit is contained in:
kevdagoat 2020-08-30 16:41:12 +08:00
parent f0618b073b
commit 3d5f6828c0

View File

@ -44,7 +44,7 @@ class ServerHandler(BaseHandler):
},
'hosts_data': db_helper.get_latest_hosts_stats(),
'menu_servers': defined_servers,
'show_contribute': True
}
if page == "step1":