> 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. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

