-
Notifications
You must be signed in to change notification settings - Fork 130
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
Addition of debug info file & examples folder #148
Addition of debug info file & examples folder #148
Conversation
Thank you very much! I'm fine with this 'hack' as it cleans up the root dir. |
@Lakitna perhaps also update the README as it references the examples? |
@@ -1,7 +1,7 @@ | |||
[![Coverage Status](https://coveralls.io/repos/github/ggravlingen/pytradfri/badge.svg?branch=master)](https://coveralls.io/github/ggravlingen/pytradfri?branch=master) | |||
[![PyPI version](https://badge.fury.io/py/pytradfri.svg)](https://badge.fury.io/py/pytradfri) | |||
|
|||
**NB:** Latest Gateway version tested and working - 1.2.42. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't properly rebase my fork before starting working on this. I rebased readme manually, this is an artifact of that.
@ggravlingen I agree, I've updated readme. I think that makes it ready to merge. |
Thank you very much @Lakitna! |
As discussed at the end of #135
The solution I've used works using the default import methods, but it's a hack. So don't use this solution in production code if it can be helped.
Closes #135