Report overlay ready in case of no match

This commit is contained in:
pagedown
2022-03-25 22:52:35 +08:00
parent 0c4b20aa4e
commit 16c6545e93
4 changed files with 19 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ def main(args: List[str]) -> None:
except Exception:
import traceback
traceback.print_exc()
input('Press Enter to close.')
input('Press Enter to close')
if __name__ == '__main__':