mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +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