YeClimEric 7 лет назад
Родитель
Сommit
5de6b7d379
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      Schedule/ProxyRefreshSchedule.py

+ 3 - 0
Schedule/ProxyRefreshSchedule.py

@@ -102,6 +102,9 @@ def run():
     sch.start()
     fetch_all()
 
+    while True:
+        time.sleep(1)
+
 
 if __name__ == '__main__':
     run()