Automated Change by GitHub Action

This commit is contained in:
okunze
2025-11-28 21:08:17 +00:00
committed by github-actions[bot]
parent b58a168f89
commit f3386d5f01
7 changed files with 239 additions and 8 deletions

View File

@@ -368,4 +368,7 @@ def mainloop(stdscr):
except Exception as closeerr:
pass
curses.wrapper(mainloop)
try:
curses.wrapper(mainloop)
except Exception as wrapperr:
pass