Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
add exit() after autosaving in loop() function
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuntlover-TM authored Jan 18, 2023
1 parent a81e02c commit 9c98b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bf_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ def loop(self):
glfw.terminate()

g.save_settings("autosave.json")
exit()

def main():
server_name = f'TMInterface{sys.argv[1]}' if len(sys.argv) > 1 else 'TMInterface0'
Expand Down

0 comments on commit 9c98b9d

Please sign in to comment.