mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 17:36:44 +00:00
Minor style updates
This commit is contained in:
parent
d3d54a965b
commit
ad1266a080
14 changed files with 25 additions and 38 deletions
|
|
@ -105,7 +105,6 @@ def main():
|
|||
apiparser.add_argument("--password", help="Basic authentication password (optional)")
|
||||
(args, _) = apiparser.parse_known_args() if hasattr(apiparser, "parse_known_args") else apiparser.parse_args()
|
||||
|
||||
|
||||
# Start the client or the server
|
||||
if args.server:
|
||||
server(args.host, args.port, adapter=args.adapter, username=args.username, password=args.password, database=args.database)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue