-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not reading wol_config.ini file. #7
Comments
It was thrown together ages ago for this - https://www.bentasker.co.uk/documentation/linux/258-usurping-the-bthomehub-with-a-raspberry-pi-part-three-routing-remote-administration-and-utilities The intention, originally had been to move the config file to the users home dir (which is why it's a hidden file), although of course really by today's standards it should go into Feel free to open a pull updating the location |
I don't mind making a pull request. I suggest using the XDG specs. Which state:
I think a proper subdir name would be |
Sounds good to me, please go for it. I've a busy weekend, so likely won't merge until in the week |
Hi guys- cute script- thanks!
Just pointing out that in your code in line 66 you're referencing
Config.read(mydir+"/.wol_config.ini")
but wol_config.ini should not be a hidden file.Cheers
The text was updated successfully, but these errors were encountered: