Jul 31 - Fix database issue which leads to the app dies

This commit is contained in:
2026-07-31 10:07:07 -04:00
parent 24d48f5d34
commit a7655810d8
3 changed files with 72 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"permissions": {
"allow": [
"Bash(grep -vE \"^[+-]\\\\s*$\")",
"Bash(python -c \"import ast;ast.parse\\(open\\('app.py'\\).read\\(\\)\\);ast.parse\\(open\\('config.py'\\).read\\(\\)\\);print\\('AST OK'\\)\")",
"Bash(python -c ' *)"
]
}
}