fixing merge conflict

This commit is contained in:
Phillip Tarrant 2020-08-31 11:30:41 -04:00
commit 79532ffc6b
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,6 +1,8 @@
**/logs
*.log
*.sqlite
*.sqlite-shm
*.sqlite-wal
__pycache__/
*.py[cod]
@ -19,5 +21,6 @@ servers/
session.lock
.header
default.json
.vscode/
app/config/web

View File

@ -46,9 +46,10 @@ class ServerHandler(BaseHandler):
'hosts_data': db_helper.get_latest_hosts_stats(),
'menu_servers': defined_servers,
'show_contribute': helper.get_setting("show_contribute_link", True)
}
if page == "step1":
page_data['server_types'] = server_jar_obj.get_serverjar_data()