mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Trivial refactoring
This commit is contained in:
parent
5f5ee6ca68
commit
e0ad99d534
4 changed files with 4 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ def setDbms(dbms):
|
|||
|
||||
hashDBWrite(HASHDB_KEYS.DBMS, dbms)
|
||||
|
||||
_ = "(%s)" % ("|".join([alias for alias in SUPPORTED_DBMS]))
|
||||
_ = "(%s)" % ('|'.join(SUPPORTED_DBMS))
|
||||
_ = re.search(r"\A%s( |\Z)" % _, dbms, re.I)
|
||||
|
||||
if _:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue