mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Baby steps (2 to 3 at a time)
This commit is contained in:
@@ -70,7 +70,7 @@ class Custom:
|
||||
|
||||
output = NULL
|
||||
|
||||
except SqlmapNoneDataException, ex:
|
||||
except SqlmapNoneDataException as ex:
|
||||
logger.warn(ex)
|
||||
|
||||
return output
|
||||
|
||||
Reference in New Issue
Block a user