mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Update for an Issue #361
This commit is contained in:
parent
a9a0d1a3f9
commit
aed738d6e6
4 changed files with 50 additions and 28 deletions
|
|
@ -18,6 +18,7 @@ class Connector:
|
|||
"""
|
||||
|
||||
def __init__(self):
|
||||
self.connection = None
|
||||
self.connector = None
|
||||
self.cursor = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue