Closed PA7T closed 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')
config.read('config/config.cfg')
Is changed. Thanks.
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')