Parcourir la source

爬虫爬取api.1473.cn,把数据写入数据库,读取数据库数据并生成sitemap文件

chuwanghui il y a 6 ans
Parent
commit
a1cfa5f389
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      timingexecution.py

+ 0 - 1
timingexecution.py

@@ -11,7 +11,6 @@ def doSth():
 #参数为天数(5月9号值为9),小时,分钟
 def main(d=0,h=0, m=0):
     '''h表示设定的小时,m为设定的分钟'''
-    print(datetime.datetime.now().day)
     while True:
         # 判断是否达到设定时间,例如0:00
         while True: