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