Fixed reset delay

This commit is contained in:
Konstantin Lampalzer 2021-09-04 14:50:43 +01:00
parent 91884bd433
commit 9e61023e67
3 changed files with 10 additions and 7 deletions

View file

@ -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()