Skip to content

Commit

Permalink
Fixed program not closing properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Riebeck-one committed Apr 30, 2023
1 parent 8b94460 commit 6c9255b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions COH3ReplayViewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,10 +506,7 @@ def close_window():
global mainwindow_open
mainwindow_open = False # turn off while loop
print("Software closed")
while True:
window.quit()
exit()
time.sleep(0.1)
os._exit(0)


playbak_path = buf.value + "\\My Games\\Company of Heroes 3\\playback" #Contient l'emplacement du dossier qui contient les playbacks
Expand Down

0 comments on commit 6c9255b

Please sign in to comment.