Fixed reset delay
This commit is contained in:
parent
91884bd433
commit
9e61023e67
3 changed files with 10 additions and 7 deletions
|
@ -18,4 +18,5 @@ except Exception as e:
|
|||
print(f"\033[91merror during checking apt package version -> {str(e)}\033[0m\n")
|
||||
|
||||
compLib.Reset.Reset.reset_bot()
|
||||
compLib.Spi.Spi.health_check()
|
||||
compLib.Spi.Spi.health_check()
|
||||
compLib.Spi.Spi.start_health_check_loop()
|
Reference in a new issue