print dbg message

This commit is contained in:
Dr.Lt.Data
2025-02-14 07:36:02 +09:00
parent 6516e62d33
commit f8e5f5bcbb
2 changed files with 25 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ import sys
cli_mode_flag = os.path.join(os.path.dirname(__file__), '.enable-cli-only-mode')
print("[DBG] point14")
if not os.path.exists(cli_mode_flag):
sys.path.append(os.path.join(os.path.dirname(__file__), "glob"))
import manager_server # noqa: F401