fixed persistent mysql connections in tupkgupdate

This commit is contained in:
simo 2005-12-18 05:10:04 +00:00
parent 2d59d0d873
commit adcf3cecd0
2 changed files with 6 additions and 2 deletions

View file

@ -132,7 +132,7 @@ class ClientSocket(threading.Thread):
MySQLdb.escape_string(encpw)+
"'")
dbconn.close()
except MySQLdb.OperationalError:
except :
self.sendMsg("result=SQLERR")
return 0
if q.rowcount == 0: