From b64d703809825de3a1676afde062baf217ad8c97 Mon Sep 17 00:00:00 2001 From: Aleksei Fedorov Date: Sun, 31 Aug 2025 13:58:47 +0400 Subject: [PATCH] Remove troubleshooting guidelines Removed troubleshooting section from README. --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index 9827734..e10f014 100755 --- a/README.md +++ b/README.md @@ -161,23 +161,6 @@ curl http://localhost:5001/static/js/main.js 4. Add styles in main.css 5. Update documentation -## 🐛 Troubleshooting - -### API Issues -- Check if Flask application is running -- Check logs: `tail -f /var/log/nginx/error.log` -- Check port: `netstat -tlnp | grep 5001` - -### Display Issues -- Check browser console (F12) -- Check static files loading -- Check CORS settings - -### Performance Issues -- Reduce update frequency -- Optimize API requests -- Use caching - ## License MIT License - see LICENSE file for details. @@ -192,4 +175,4 @@ MIT License - see LICENSE file for details. **Version**: 0.0.1 -**Last Updated**: August 2025 \ No newline at end of file +**Last Updated**: August 2025