Fix call to get_source_list in pjlink1

This commit is contained in:
Ken Roberts 2014-10-21 17:02:37 -07:00
parent 416c37140c
commit 2e6556a11b
1 changed files with 1 additions and 0 deletions

View File

@ -389,6 +389,7 @@ class PJLink1(QTcpSocket):
self.send_command(cmd='CLSS', salt=salt)
self.waitForReadyRead()
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.start()