From 9eb60f49b8d0a731f85bbfed4e6cdbf1b8defc0d Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Sat, 18 Jul 2026 04:55:28 +0800 Subject: [PATCH] fix: correct Faild->Failed typo in main.py line 68 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c3ed573..2858160 100644 --- a/main.py +++ b/main.py @@ -65,4 +65,4 @@ def __init__(self): else: print(False) else: - print('Faild Start Process...Please try agine!')''' + print('Failed Start Process...Please try agine!')'''