mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-23 06:39:02 +00:00
Code restyling
This commit is contained in:
@@ -41,7 +41,7 @@ class SQLAlchemy(GenericConnector):
|
||||
except Exception, msg:
|
||||
raise SqlmapConnectionException(msg[0])
|
||||
|
||||
self.connected()
|
||||
self.printConnected()
|
||||
|
||||
def fetchall(self):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user