diff --git a/sqlmapapi.py b/sqlmapapi.py index 28da90369..5eabbdded 100755 --- a/sqlmapapi.py +++ b/sqlmapapi.py @@ -16,7 +16,7 @@ import optparse import os import warnings -warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning) +warnings.filterwarnings(action="ignore", category=UserWarning) warnings.filterwarnings(action="ignore", category=DeprecationWarning) from lib.core.common import getUnicode