Explorar o código

修改错误注释

iaun %!s(int64=5) %!d(string=hai) anos
pai
achega
3b0ca5b840
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config.py

+ 1 - 1
config.py

@@ -10,7 +10,7 @@ START_TIME = [8, 0]
 END_TIME = [10, 0]
 
 
-# 自定义规则(此处设置周六周日不打卡,1月后不打卡)
+# 自定义规则
 def check_rule():
     t = datetime.date.today()
     #if t.weekday() == 5 or t.weekday() == 6 or is_holiday(t): # 周六日无需打卡