forked from openlp/openlp
Fix call to get_source_list in pjlink1
This commit is contained in:
parent
416c37140c
commit
2e6556a11b
@ -389,6 +389,7 @@ class PJLink1(QTcpSocket):
|
|||||||
self.send_command(cmd='CLSS', salt=salt)
|
self.send_command(cmd='CLSS', salt=salt)
|
||||||
self.waitForReadyRead()
|
self.waitForReadyRead()
|
||||||
if (not self.no_poll) and (self.state() == self.ConnectedState):
|
if (not self.no_poll) and (self.state() == self.ConnectedState):
|
||||||
|
log.debug('(%s) Starting timer' % self.ip)
|
||||||
self.timer.setInterval(2000) # Set 2 seconds for initial information
|
self.timer.setInterval(2000) # Set 2 seconds for initial information
|
||||||
self.timer.start()
|
self.timer.start()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user