From 8d1a1cf4259b307db8179368e36a2d04700a1c5b Mon Sep 17 00:00:00 2001 From: GoldenAnpu Date: Thu, 15 Aug 2024 10:23:14 +0200 Subject: [PATCH] Refactor config.json and remove unused modal.html file --- config.json | 3 +-- src/modal.html | 14 -------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 src/modal.html diff --git a/config.json b/config.json index c88c855..9fdfff0 100644 --- a/config.json +++ b/config.json @@ -21,6 +21,5 @@ }, "min_agent_version": "6.7.4", "min_instance_version": "6.10.0", - "main_script": "src/main.py", - "modal_template": "src/modal.html" + "main_script": "src/main.py" } \ No newline at end of file diff --git a/src/modal.html b/src/modal.html deleted file mode 100644 index b7732cf..0000000 --- a/src/modal.html +++ /dev/null @@ -1,14 +0,0 @@ -
-
- - - -
-
- - - -
-
\ No newline at end of file