The only difference between the utils.py in those branches is these lines, which I removed:
#TODO remove this line when not testing
self.logger.info(“set btc as we’re testing”)
self.feed[‘btc’][2] = 273.86
Other than that, my utils.py is identical to @woolly_sammoth.
The line that calls that goes like this:
userprice = PyBot.pricefeed.price(self.unit)
It is also identical between our directories. You are using both softwares on the same bter pool and the inuitwallet one works and mine doesn’t? That’s so strange because I really didn’t change the code there at all.