A project that is used for creating a smart terrarium for your reptile pets. This project is for managing all parameters that the reptile needs in order to have a great life. This is the raspberry version.
A bug happens when the InstalacionBase.py try to execute the createCrontab.py file for create the same crontab.
Maybe is going to be better to integrate that in the same InstalacionBase.py file for dont have this error.
The python crontab library works fine and its installed fine previously but there is an error with that because of that specific reason.
Description
A bug happens when the
InstalacionBase.py
try to execute thecreateCrontab.py
file for create the same crontab. Maybe is going to be better to integrate that in the sameInstalacionBase.py
file for dont have this error.The python crontab library works fine and its installed fine previously but there is an error with that because of that specific reason.