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

Example tag_test.py is wrong — no output #59

Closed
bevolz opened this issue Nov 20, 2018 · 4 comments
Closed

Example tag_test.py is wrong — no output #59

bevolz opened this issue Nov 20, 2018 · 4 comments

Comments

@bevolz
Copy link
Contributor

bevolz commented Nov 20, 2018

I had to change the tag_test.py script to get any output. Had to change it to:

Import ruuvitag_sensor
From ruuvitag_sensor.log import log
From ruuvitag_sensor.ruuvi import RuuviTagSensor

ruuvitag_sensor.log.enable_console()

RuuviTagSensor.find_ruuvitags()

(The import & from should be lower case).

@ttu ttu added the question label Nov 21, 2018
@ttu
Copy link
Owner

ttu commented Nov 21, 2018

Hi @bevolz!

Where is this tag_test.py script?

@bevolz
Copy link
Contributor Author

bevolz commented Nov 21, 2018 via email

@ttu
Copy link
Owner

ttu commented Nov 22, 2018

Thanks! Didn't remember that there was an example in the install guide :)

Would you like to fix that and do a PR?

@ttu ttu removed the question label Nov 22, 2018
@bevolz
Copy link
Contributor Author

bevolz commented Nov 25, 2018 via email

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

2 participants