From 4e93028cd1898a2fdff3d88d13a9e8b544aedbae Mon Sep 17 00:00:00 2001 From: marioggil Date: Fri, 23 Aug 2024 00:26:02 -0500 Subject: [PATCH] bugdfix: make directory html --- gui.py | 2 +- {templates => html}/getmetricsvoice.html | 0 {templates => html}/index.html | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {templates => html}/getmetricsvoice.html (100%) rename {templates => html}/index.html (100%) diff --git a/gui.py b/gui.py index c2e2d0b..a3e6608 100644 --- a/gui.py +++ b/gui.py @@ -278,4 +278,4 @@ pages = { app = Gui(pages=pages) app.on_init=on_init if __name__=="__main__": - app.run(use_reloader=True,port=7882)#state.imageActive2, + app.run(use_reloader=True,port=7882)#state.imageActive2, \ No newline at end of file diff --git a/templates/getmetricsvoice.html b/html/getmetricsvoice.html similarity index 100% rename from templates/getmetricsvoice.html rename to html/getmetricsvoice.html diff --git a/templates/index.html b/html/index.html similarity index 100% rename from templates/index.html rename to html/index.html