Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 4c5ee7b

Browse files
authored
Update textapp.py
1 parent ec0c959 commit 4c5ee7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/textapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def exit_app():
1616
except Exception as e:
1717
print(f"An unexpected error occurred: {e}")
1818
else:
19-
print("Kernel script not found. Make sure 'kernel.py' exists in the 'KERNEL' directory.")
19+
print("yay! sucsess!")
2020

2121
def create_file(filename):
2222
with open(filename, 'w') as file:

0 commit comments

Comments
 (0)