Skip to content

Commit

Permalink
Update some drivers stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
asherevan authored Jan 10, 2025
1 parent 9972e73 commit 0444027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ def log(text):
try:
execfile('/system/microOS.py')
except Exception as e:
log('An error ocurred in the system.\nError:\n'+str(e)+'\nPlease refer to the instructions at https://github.com/asherevan/microOS/wiki/Reporting%E2%80%90bugs to report this bug.')
log('An error occurred in the system.\nError:\n'+str(e)+'\nPlease refer to the instructions at https://github.com/asherevan/microOS/wiki/Reporting%E2%80%90bugs to report this bug.')

0 comments on commit 0444027

Please sign in to comment.