Administrator
2023-02-05 1252c9489b631905fbce608109260760537b224f
alert_util.py
@@ -4,11 +4,12 @@
# 报警
import constant
import tool
def alarm():
    if not tool.is_alert_time():
    if not tool.is_alert_time() or constant.TEST:
        return
    # TODO 暂时关闭报警
    AlertUtil().stop_audio()