mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Code restyling
This commit is contained in:
parent
aed738d6e6
commit
f936746423
11 changed files with 12 additions and 11 deletions
|
|
@ -41,7 +41,7 @@ class SQLAlchemy(GenericConnector):
|
|||
except Exception, msg:
|
||||
raise SqlmapConnectionException(msg[0])
|
||||
|
||||
self.connected()
|
||||
self.printConnected()
|
||||
|
||||
def fetchall(self):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue