- database.path in config.yaml: meshdd.db → data/meshdd.db - data/.gitkeep: Verzeichnis in Git verankert, *.db-wal/shm gitignored - database.py: PRAGMA wal_checkpoint(FULL) vor db.close() für sauberes Schließen - main.py: Shutdown-Schritte einzeln mit try/except gekapselt; db.close() wird jetzt auch bei Fehlern in vorherigen Schritten ausgeführt Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| auth.py | ||
| bot.py | ||
| config.py | ||
| database.py | ||
| nina.py | ||
| scheduler.py | ||
| webserver.py | ||