mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Update related to the last commit
This commit is contained in:
parent
7672b9a0a2
commit
db3bed3f44
29 changed files with 140 additions and 116 deletions
|
|
@ -52,8 +52,8 @@ class Connector:
|
|||
self.cursor.close()
|
||||
if self.connector:
|
||||
self.connector.close()
|
||||
except Exception, msg:
|
||||
logger.debug(msg)
|
||||
except Exception as ex:
|
||||
logger.debug(ex)
|
||||
finally:
|
||||
self.closed()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue