mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-18 18:10:37 +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.