Shnezzin / breitbandmessung

Perform breitbandmessung.de speedtests in an automated way
4 stars 2 forks source link

Cron relative path issue to config file #4

Closed PA7T closed 2 years ago

PA7T commented 2 years ago

if speedtest.py is run after the first time by cron, the relative path to the config file cannot be found. I suggest to change config.read('config/config.cfg') to config.read('/usr/src/app/config/config.cfg')

Shnezzin commented 2 years ago

Is changed. Thanks.