Deleted incoming host logic

This commit is contained in:
2026-07-19 23:17:51 +09:00
parent f093d41f60
commit 9bd3272846
8 changed files with 3 additions and 105 deletions
-3
View File
@@ -34,6 +34,3 @@ LLM_BODY_CHARS = int(os.getenv("LLM_BODY_CHARS", "3000"))
UPLOAD_DIR = Path(os.getenv("UPLOAD_DIR", str(BASE_DIR / "uploads"))).resolve()
UPLOAD_DIR.mkdir(parents=True, exist_ok=True)
INCOMING_DIR = Path(os.getenv("INCOMING_DIR", str(BASE_DIR.parent / "incoming"))).resolve()
INCOMING_DIR.mkdir(parents=True, exist_ok=True)