@@ -23,6 +23,11 @@
import os
import sys
import ctypes
from pathlib import Path
current_dir = Path(__file__).resolve().parent
if str(current_dir) not in sys.path:
sys.path.insert(0, str(current_dir))
from app.utils import get_logger
The note is not visible to the blocked user.