mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
fix agent debug/logging
This commit is contained in:
parent
0c6949d27b
commit
8407d0f32c
2 changed files with 7 additions and 7 deletions
|
|
@ -111,7 +111,7 @@ def agent(options=None):
|
|||
|
||||
check_config(conf)
|
||||
|
||||
agent = Agent(conf, options.log, options.logfile)
|
||||
agent = Agent(conf, options.log, options.logfile, options.debug)
|
||||
agent.run()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue