forked from openlp/openlp
Fix issue with source select being None
This commit is contained in:
parent
db2d2ca3b3
commit
d4b6c067ef
@ -191,6 +191,8 @@ class PJLink1(QTcpSocket):
|
|||||||
for i in ['POWR', 'ERST', 'LAMP', 'AVMT', 'INPT']:
|
for i in ['POWR', 'ERST', 'LAMP', 'AVMT', 'INPT']:
|
||||||
self.send_command(i)
|
self.send_command(i)
|
||||||
self.waitForReadyRead()
|
self.waitForReadyRead()
|
||||||
|
if self.source_available is None:
|
||||||
|
self.send_command('INST')
|
||||||
|
|
||||||
def _get_status(self, status):
|
def _get_status(self, status):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user