mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-09-01 00:40:02 +00:00
minor cosmetics
This commit is contained in:
parent
5d37df6104
commit
5764816891
16 changed files with 45 additions and 45 deletions
|
|
@ -12,4 +12,4 @@ from plugins.generic.enumeration import Enumeration as GenericEnumeration
|
|||
|
||||
class Enumeration(GenericEnumeration):
|
||||
def __init__(self):
|
||||
GenericEnumeration.__init__(self, DBMS.POSTGRESQL)
|
||||
GenericEnumeration.__init__(self, DBMS.PGSQL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue