diff --git a/GUI/gui.py b/GUI/gui.py index a988fda..363fde3 100644 --- a/GUI/gui.py +++ b/GUI/gui.py @@ -188,4 +188,6 @@ class GUI(): if self.finish_with_search: self.execute_search() else: - tkMessageBox.showinfo("Notice", "No search was executed!") \ No newline at end of file + tkMessageBox.showinfo("Notice", "No search was executed!") + +GUI().run() \ No newline at end of file