Updated safemode.py
This commit is contained in:
parent
deb9d9add1
commit
cfd4eebcd4
1 changed files with 20 additions and 18 deletions
|
|
@ -34,3 +34,5 @@ def reboot(delay=3):
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
print("This file is not meant to be called directly.")
|
print("This file is not meant to be called directly.")
|
||||||
|
|
||||||
|
# vim: sts=2 sw=2 ts=2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue