stanley-king hace 3 años
padre
commit
bf86c0970d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plot/MchDataCenter.py

+ 1 - 1
plot/MchDataCenter.py

@@ -463,6 +463,6 @@ class MchDataCenter(object):
             except Exception as ex:
                 print(ex)
             finally:
-                stime.sleep(120)
+                stime.sleep(2)
 
 mchDataCenter = MchDataCenter()