Added some logging and object upload code.

This commit is contained in:
Michael Woods
2025-12-25 22:32:44 -05:00
parent d5983b6bf3
commit 07e6519679
3 changed files with 98 additions and 3 deletions

View File

@@ -6,6 +6,9 @@ from pathlib import Path
from .database import init_db
from .routers import public, profile, messages, send
from .logging import init_logging
init_logging()
BASE_DIR = Path(__file__).parent.resolve()