← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~j-corwin/openlp/remote into lp:openlp

 

> 13      + self.addToService([None], self.remoteTriggered)
> 
> Why do you have a None in your list? Just send through an empty list.
> 

Because further down the chain is (simplified):
for x in list: 
   action(x)

And the action expects a None argument in this circumstance. If I passed an empty list, then action wouldn't get called.
-- 
https://code.launchpad.net/~j-corwin/openlp/remote/+merge/61840
Your team OpenLP Core is subscribed to branch lp:openlp.


References