luojunhui 1 年之前
父节点
当前提交
ece984b609
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main.py

+ 1 - 0
main.py

@@ -12,6 +12,7 @@ from scheduler import SpiderHome
 class SpiderScheduler(object):
 class SpiderScheduler(object):
     SH = SpiderHome()
     SH = SpiderHome()
 
 
+
     @classmethod
     @classmethod
     def protect_spider_timeout(cls, function, hour):
     def protect_spider_timeout(cls, function, hour):
         run_time_limit = hour * 3600
         run_time_limit = hour * 3600