From 84244034d293855e303a5fc71de410b68fd8a91f Mon Sep 17 00:00:00 2001
From: ukfnu <ukfnu@student.kit.edu>
Date: Mon, 24 Mar 2025 00:11:55 +0100
Subject: [PATCH] final final clean up

---
 code/main.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/code/main.py b/code/main.py
index d463540..558bebd 100644
--- a/code/main.py
+++ b/code/main.py
@@ -195,10 +195,9 @@ class PacketCaptureGUI:
         self.packet_display.insert(tk.END, "Training complete.\n")
         # Call the graph function to display the graphs
         model.graphs()
-        self.packet_display.insert(tk.END, "Graphs displayed.\n")
-
         self.packet_display.see(tk.END)
         self.show_plots(model_name)
+        self.packet_display.insert(tk.END, "Graphs displayed.\n")
 
     def show_plots(self, model_name):
         # Create a new window for plots
-- 
GitLab