lint
This commit is contained in:
parent
27fe5351df
commit
32cee8c050
1 changed files with 3 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
|||
import time
|
||||
import storage
|
||||
|
||||
print("**************** WARNING ******************")
|
||||
print("Using the filesystem as a write-able cache!")
|
||||
print("This is risky behavior, backup your files!")
|
||||
print("**************** WARNING ******************")
|
||||
|
||||
import storage
|
||||
import time
|
||||
storage.remount("/", disable_concurrent_write_protection=True)
|
||||
time.sleep(5)
|
||||
|
|
|
|||
Loading…
Reference in a new issue