mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Better naming
This commit is contained in:
@@ -39,7 +39,7 @@ class Connector(GenericConnector):
|
||||
except (pymysql.OperationalError, pymysql.InternalError), msg:
|
||||
raise SqlmapConnectionException(msg[1])
|
||||
|
||||
self.setCursor()
|
||||
self.initCursor()
|
||||
self.connected()
|
||||
|
||||
def fetchall(self):
|
||||
|
||||
Reference in New Issue
Block a user