mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 13:49:04 +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