Skip to content
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

small bug fixes #25

Open
NeuerUser opened this issue Feb 5, 2021 · 0 comments
Open

small bug fixes #25

NeuerUser opened this issue Feb 5, 2021 · 0 comments

Comments

@NeuerUser
Copy link

First, thanks for this great piece of work! It is exactly what I was looking for.
Here are two small points that I noticed when I wanted to install it on my Openhabian:

1.) Missing encoding at the beginning:
As your file is UTF-8 and there is no declaration at the beginning, others might get errors. Adding the following line to the top of the file fixes this:
# -*- coding: utf-8 -*-

2.) ConfigParser for python2.7 does not understand "fallback":
That means the current version is not compatible with python 2.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant