mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Trivial refactoring
This commit is contained in:
parent
5f5ee6ca68
commit
e0ad99d534
4 changed files with 4 additions and 4 deletions
|
|
@ -491,7 +491,7 @@ def _resumeDBMS():
|
|||
|
||||
dbms = value.lower()
|
||||
dbmsVersion = [UNKNOWN_DBMS_VERSION]
|
||||
_ = "(%s)" % ("|".join([alias for alias in SUPPORTED_DBMS]))
|
||||
_ = "(%s)" % ('|'.join(SUPPORTED_DBMS))
|
||||
_ = re.search(r"\A%s (.*)" % _, dbms, re.I)
|
||||
|
||||
if _:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue