@@ -1,7 +1,7 @@
#!/usr/bin/env xonsh
from pathlib import Path
import sys
sys.path.append(str(Path(__file__).parent / "lib"))
sys.path.insert(0, str(Path(__file__).parent / "lib"))
from support import Support, BASE
import time
import json
The note is not visible to the blocked user.