dmtzs / SmartTerrariumR

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.
https://dmtzs.github.io/SmartTerrariumR/
Other
2 stars 0 forks source link

Bug in creation of crontab #40

Closed dmtzs closed 2 years ago

dmtzs commented 2 years ago

Description

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.

dmtzs commented 2 years ago

I'm going to try to execute that script now but in the part in which I read the command inserted specifically at the moment I read the exes command.

dmtzs commented 2 years ago

Already fixed, now the crotnab is created correctly