dzr hace 1 año
padre
commit
73cbad8e95
Se han modificado 1 ficheros con 0 adiciones y 16 borrados
  1. 0 16
      glovar.py

+ 0 - 16
glovar.py

@@ -1,16 +0,0 @@
-# 限制器
-lm_counter = 0  # 计数器
-lm_date = None  # 当前日期
-lm_forecast_warning = True  # 上限预告标识
-lm_exceeded_warning = True  # 超限告警标识
-"""
-    参考:https://limits.readthedocs.io/en/latest/quickstart.html
-    Examples:
-        1、10 per hour
-        2、10/hour
-        3、10/hour;100/day;2000 per year
-        4、100/day, 500/7days
-        5、5/minute
-"""
-lm_max_limit = 1000  # 最大限制数量
-lm_value = f'{lm_max_limit}/day'  # 限制数量