python_module_name for web app

This commit is contained in:
Feodor Fitsner 2023-12-27 16:19:40 -08:00
parent 42206eaa4c
commit 32d9152556
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<script>
var webRenderer = "{{ cookiecutter.web_renderer }}";
var useColorEmoji = "{{ cookiecutter.use_color_emoji }}" == "true";
var pythonModuleName = "main";
var pythonModuleName = "{{ cookiecutter.python_module_name }}";
</script>
<script src="python.js"></script>