mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Minor bug fix for an Issue #361 (removal of that ugly garbage clean warning message after sqlmap ends)
This commit is contained in:
@@ -18,7 +18,6 @@ class Connector:
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
self.connection = None
|
||||
self.connector = None
|
||||
self.cursor = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user