Skip to content

Commit

Permalink
Update BIOS.py
Browse files Browse the repository at this point in the history
  • Loading branch information
webbrowser11 authored Jul 24, 2024
1 parent 9d263bc commit e20f61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BIOS/BIOS.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main():
except Exception as e:
print(f"An unexpected error occurred: {e}")
else:
print("No kernel script found.")
print("sucsess!!!!!")
kernelState = "gone"
break # Exit the loop after trying to run the kernel script
else:
Expand Down

0 comments on commit e20f61c

Please sign in to comment.