Update main_gui_pt_br.py

This commit is contained in:
Joas A Santos
2025-04-05 00:38:22 -03:00
committed by GitHub
parent 34eeb9d34a
commit ed1a488548
-1
View File
@@ -902,7 +902,6 @@ class ShellcodeTesterProBr(QWidget):
self.exec_output.append(f"[+] Shellcode salvo em: {tmp_path}")
# Caminho absoluto para o runner_portuguese.py na pasta backend
base_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
runner_path = os.path.join(base_dir, "backend", "runner_portuguese.py")