luojunhui 1 год назад
Родитель
Сommit
ece984b609
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      main.py

+ 1 - 0
main.py

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