Added some logging and object upload code.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user