mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-10 16:49:02 +00:00
More refactoring (#5965)
This commit is contained in:
@@ -67,7 +67,7 @@ def runGui(parser):
|
||||
errMsg = "unable to create GUI window ('%s')" % getSafeExString(ex)
|
||||
raise SqlmapSystemException(errMsg)
|
||||
|
||||
window.title("sqlmap - Tk GUI")
|
||||
window.title("sqlmap - Tkinter GUI")
|
||||
|
||||
# Set theme and colors
|
||||
bg_color = "#f5f5f5"
|
||||
|
||||
Reference in New Issue
Block a user