stanley-king 3 anos atrás
pai
commit
bf86c0970d
1 arquivos alterados com 1 adições e 1 exclusões
  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()