rabin 7 years ago
parent
commit
c99f69120d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/ssgdfs.py

+ 1 - 1
service/ssgdfs.py

@@ -62,7 +62,7 @@ class Ssgdfs(object):
 					continue
 			else:
 				self.num = self.num + 1
-				self.close()
+				#self.close()
 				if self.num >= 10:
 					self.quit()
 					product.status(config['id'], 1)