添加新接口

This commit is contained in:
tangshuangpku@hotmail.com 2016-06-06 23:14:20 +08:00
parent 56a801ee34
commit 1bf6534c6d
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ class Master_Collector(threading.Thread):
except Exception as err:
logger.warning(traceback.format_exc())
logger.warning(err)
time.sleep(2)
time.sleep(2000)
return
def stop(self):