From 3b08c5f88bc9654f66b3e49de35bba05d44f65fc Mon Sep 17 00:00:00 2001 From: grabowski Date: Fri, 24 Oct 2025 15:39:17 +0700 Subject: [PATCH] Fix greeting delay slider not appearing in web interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Delete old templates directory to force regeneration - Templates are auto-generated on first run only - Add note to README about regenerating templates - Solution: Delete templates/ and restart script to get new features 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf4e303..ea1bb01 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,8 @@ wedding-phone/ └── index.html # Web interface (embedded in script) ``` +**Note:** The `templates/index.html` file is automatically generated when you first run `rotary_phone_web.py`. If you update the script and want to regenerate the template with new features, simply delete the `templates` directory and restart the script. + ### Runtime Data (Auto-created) ```