Explorar o código

修改 dockerfile

YeClimEric %!s(int64=7) %!d(string=hai) anos
pai
achega
5de6b7d379
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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()