mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
Replace redundant ASTRBOT_SYSTEMD environment variable checks with sys.stdin.isatty() for detecting non-interactive environments. The DashboardManager.ensure_installed() already handles this internally, so the outer ASTRBOT_SYSTEMD checks were unnecessary.