@@ -22,5 +22,5 @@ def main(d=0,h=0, m=0):
time.sleep(60)
# 做正事,一天做一次
doSth()
-#十点二十定时执行。
+#每月一号十点二十定时执行。
main(1,10,20)