mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor text update (#4738)
This commit is contained in:
parent
f8a9288953
commit
3a1dd163ec
2 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ class SQLAlchemy(GenericConnector):
|
|||
|
||||
self.printConnected()
|
||||
else:
|
||||
raise SqlmapMissingDependence("SQLAlchemy not available")
|
||||
raise SqlmapMissingDependence("SQLAlchemy not available (e.g. 'pip install SQLAlchemy')")
|
||||
|
||||
def fetchall(self):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue