YeClimEric 7 жил өмнө
parent
commit
5de6b7d379

+ 3 - 0
Schedule/ProxyRefreshSchedule.py

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