btcfg.py bug

Post any 3rd party software here.
Post Reply
RonK
Posts: 11
Joined: Wed Sep 30, 2015 8:44 am

btcfg.py bug

Post by RonK » Fri Oct 02, 2015 11:58 am

Not sure if this is proper place to post this, but I found a bug in btcfg.py

line 441
self.sendrlp(com, self._id) should be self._sendrlp(com, self._id)
Post Reply