mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor style update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user