mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor style update
This commit is contained in:
parent
7ea846e111
commit
ca1c0c2a1d
8 changed files with 20 additions and 20 deletions
|
|
@ -60,7 +60,7 @@ class Enumeration(GenericEnumeration):
|
|||
areAdmins = set()
|
||||
|
||||
if conf.user:
|
||||
users = [ conf.user ]
|
||||
users = [conf.user]
|
||||
elif not len(kb.data.cachedUsers):
|
||||
users = self.getUsers()
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue