diff --git a/main.py b/main.py index 872b118..00f558d 100644 --- a/main.py +++ b/main.py @@ -431,7 +431,7 @@ class Grade(URP): logger.info(f"Next query will start after {self.interval_2}s") except ReloginException as e: logger.info("Relogin") - sc_send("成绩监控", "重新登录") + # sc_send("成绩监控", "重新登录") self.login() except Exception as e: logger.error(f"Failed to update due to {e}")