mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fixes #2677
This commit is contained in:
parent
06deda3223
commit
415ce05a2f
13 changed files with 24 additions and 24 deletions
|
|
@ -7,7 +7,7 @@ See the file 'doc/COPYING' for copying permission
|
|||
|
||||
try:
|
||||
import sqlite3
|
||||
except ImportError:
|
||||
except:
|
||||
pass
|
||||
|
||||
import logging
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue