删除文档

This commit is contained in:
tangshuangpku@hotmail.com 2016-06-18 14:04:48 +08:00
parent 41cb13f0d8
commit cca4a91726
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(2000)
time.sleep(2)
return
def stop(self):