We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5abc134 commit 238a53aCopy full SHA for 238a53a
README.md
@@ -110,7 +110,7 @@ Common Issues and Solutions
110
SPARQL Query Errors: Ensure the SPARQL queries are correctly formatted and the endpoint is accessible.
111
Flask Application Errors: Check for missing or misconfigured routes and templates.
112
113
-# Logging and Debugging
+Logging and Debugging:
114
Enable logging in `main.py`:
115
logging.basicConfig(level=logging.DEBUG)
116
Check the console output for detailed logs.
0 commit comments