Control two Arduino uno boards using Firmata on Raspberry Pi with Python(HELP)

Wolny:
Value works well when only one uno board is connected.
However, if I connect the two uno boards, the read value will be None.

Does that mean that with the identical Python program it works when only one Uno is connected and neither Uno works when the second Uno is connected?

Or, are you using one Python program for the single Uno and a different Python program for when you use two Unos?

...R