Bugfix on watchdogs.py, remove type hints because of wheezy and jessie

SoftwareWatchdog did not restart after daemon reload and switching from 0 to >=1 value
ResetDriver trigger will not always return True if not_implemented is True
This commit is contained in:
2020-05-02 19:45:05 +02:00
parent beb073893b
commit a40b39eb22
6 changed files with 59 additions and 20 deletions

View File

@@ -27,7 +27,7 @@ setup(
license="LGPLv3",
name="revpipyload",
version="0.8.5",
version="0.8.5d",
scripts=["data/revpipyload"],