mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #2677
This commit is contained in:
parent
06deda3223
commit
415ce05a2f
13 changed files with 24 additions and 24 deletions
|
|
@ -10,7 +10,7 @@ try:
|
|||
import psycopg2.extensions
|
||||
psycopg2.extensions.register_type(psycopg2.extensions.UNICODE)
|
||||
psycopg2.extensions.register_type(psycopg2.extensions.UNICODEARRAY)
|
||||
except ImportError:
|
||||
except:
|
||||
pass
|
||||
|
||||
from lib.core.data import logger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue