Update README.md

This commit is contained in:
Alan Wang
2021-02-05 09:56:18 +08:00
committed by GitHub
parent d8063baaa9
commit 29f4be19c9

View File

@@ -547,6 +547,7 @@ while True:
if cell_count == 0 or cell_repeat >= 7: if cell_count == 0 or cell_repeat >= 7:
print('Resetting...') print('Resetting...')
print('') print('')
sleep(500)
reset() reset()
sleep(50) sleep(50)