← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~alisonken1/openlp/pjlink2-e into lp:openlp

 

Review: Needs Fixing

Just some minor changes, this is the last time, I promise ;-)

Diff comments:

> 
> === modified file 'openlp/core/lib/projector/pjlink1.py'
> --- openlp/core/lib/projector/pjlink1.py	2017-05-30 23:26:37 +0000
> +++ openlp/core/lib/projector/pjlink1.py	2017-06-10 06:04:06 +0000
> @@ -130,6 +113,7 @@
>          self.port = port
>          self.pin = pin
>          super().__init__()
> +        self.mac_adx = None if 'mac_adx' not in kwargs else kwargs['mac_adx']

self.mac_adx = kwargs.get('mac_adx')

>          self.dbid = None
>          self.location = None
>          self.notes = None


-- 
https://code.launchpad.net/~alisonken1/openlp/pjlink2-e/+merge/325441
Your team OpenLP Core is subscribed to branch lp:openlp.


References