Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
infstellar committed Jul 28, 2023
1 parent 0ec91e8 commit 467dd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
if not ROOT_PATH.isascii():
logger.critical(t2t("Error:PGPL path must contain only ASCII characters\nThe current path is ")+ROOT_PATH)
input(t2t("Press enter to exit"))
os._exit()
os._exit(0)

from pgpl import webio

Expand Down

0 comments on commit 467dd66

Please sign in to comment.