diff --git a/Makefile b/Makefile index 91176e3..adc9d6f 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ clean-test: ## remove test and coverage artifacts clean-dev: rm -rf $(VENVDIR) + rm Makefile.venv test: dev ## Run all the tox tests tox -p all diff --git a/aprsd/cmds/webchat.py b/aprsd/cmds/webchat.py index ec02fec..e87eb9e 100644 --- a/aprsd/cmds/webchat.py +++ b/aprsd/cmds/webchat.py @@ -358,7 +358,7 @@ class WebChatFlask(flask_classful.FlaskView): html_template = "index.html" # For development - html_template = "mobile.html" + # html_template = "mobile.html" LOG.debug(f"Template {html_template}")