correction parsing route Forcepoint

This commit is contained in:
Chevallier
2026-01-15 13:54:56 +01:00
parent 0079cbe738
commit 8314c18c0f
3 changed files with 38 additions and 14 deletions

View File

@@ -69,7 +69,7 @@ def open_main_gui():
root = tk.Tk()
root.title("Analyse Réseau")
root.geometry("650x350")
root.resizable(False, False)
root.resizable(True, True)
ttk.Label(
root,