Skip to content

Commit af60f11

Browse files
committed
Fixes sqlmapproject#1584 (hello @w3af looking for the patch of this one ;)
1 parent b5b3411 commit af60f11

File tree

2 files changed

+374
-105
lines changed

2 files changed

+374
-105
lines changed

lib/core/profiling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,4 @@ def profile(profileOutputFile=None, dotOutputFile=None, imageOutputFile=None):
8787
win.connect('destroy', gtk.main_quit)
8888
win.set_filter("dot")
8989
win.open_file(dotOutputFile)
90-
gobject.timeout_add(1000, win.update, dotOutputFile)
9190
gtk.main()

0 commit comments

Comments
 (0)