Update gui.py

This commit is contained in:
Token2
2024-05-24 16:03:31 +02:00
committed by GitHub
parent 89b806a403
commit 7467248776

1
gui.py
View File

@@ -293,6 +293,7 @@ def show_output_in_new_window(output, device_digit):
elif "Credential ID: " in line and "User: " in line:
credential_id = line.split("Credential ID: ")[1].split(",")[0].strip()
user = line.split("User: ")[1].strip()
user = user.replace(credential_id, "").strip()
tree_new_window.insert("", tk.END, values=(current_domain, credential_id, user))
# Function to handle show value button click