Closed bedax closed 3 years ago
Looks good(ish) to me, just to confirm, it does work on your system, right? :D
Just asking because of this comment, earlier:
by replacing line 132 with pidf.write(listener.address.encode('utf8')) it stops erroring, but it also seems to not be replacing the notifications
Ah yeah, on my system it seems the replacing thing wasn't working because conn = Client(address)
was returning a ValueError
, but that error was getting silently swallowed by the enclosing try
block. This PR fixes both the problems I was experiencing, and I'm hoping it still works on yours too! :+1:
Thanks for the fix!
fixes #17