I was making some testing with this code, and find some errors on my application.
Was only two errors that RPi showed to me.
Line 73, 82, and 272. You named the object "logger" but in all of your code you use the object "logging". And because of this the program doesn't was working until I change "logger" for "logging".
Then on line 264. The terminal every time I run the program, show me a message that GPIO was not iniziated and there is nothing to cleanup. I delete this Line and then the program works like a charm.
I can upload the code I modified but I'm not in my computer right now.
I'm very new on this portal and sorry if isn't the correct way to review an issue.
Hi, summerboy
I was making some testing with this code, and find some errors on my application.
Was only two errors that RPi showed to me.
Line 73, 82, and 272. You named the object "logger" but in all of your code you use the object "logging". And because of this the program doesn't was working until I change "logger" for "logging".
Then on line 264. The terminal every time I run the program, show me a message that GPIO was not iniziated and there is nothing to cleanup. I delete this Line and then the program works like a charm.
I can upload the code I modified but I'm not in my computer right now.
I'm very new on this portal and sorry if isn't the correct way to review an issue.