Skip to content

Commit 3dcddb0

Browse files
authored
hotfix for hang
1 parent 38de2fa commit 3dcddb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ def push():
236236

237237
messagebox.showinfo(
238238
title="Success!", message="Pushed payload successfully!")
239-
stop_event.set()
240-
window.destroy()
239+
# stop_event.set()
240+
# window.destroy()
241241

242242
elif result == 1:
243243
length = 0x30298

0 commit comments

Comments
 (0)