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

Commit e20f61c

Browse files
authored
Update BIOS.py
1 parent 9d263bc commit e20f61c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BIOS/BIOS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def main():
3131
except Exception as e:
3232
print(f"An unexpected error occurred: {e}")
3333
else:
34-
print("No kernel script found.")
34+
print("sucsess!!!!!")
3535
kernelState = "gone"
3636
break # Exit the loop after trying to run the kernel script
3737
else:

0 commit comments

Comments
 (0)