mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixes #1584 (hello @w3af looking for the patch of this one ;)
This commit is contained in:
parent
b5b3411f16
commit
af60f11319
2 changed files with 374 additions and 105 deletions
|
|
@ -87,5 +87,4 @@ def profile(profileOutputFile=None, dotOutputFile=None, imageOutputFile=None):
|
|||
win.connect('destroy', gtk.main_quit)
|
||||
win.set_filter("dot")
|
||||
win.open_file(dotOutputFile)
|
||||
gobject.timeout_add(1000, win.update, dotOutputFile)
|
||||
gtk.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue