From 726c8f4f2f26c8fc5c2b868d1e482e0e662e6ed3 Mon Sep 17 00:00:00 2001 From: Hemna Date: Fri, 2 Dec 2022 14:20:52 -0500 Subject: [PATCH] remove dev setting for template --- Makefile | 1 + aprsd/cmds/webchat.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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}")