Merge branch '1.9.1' into devel
Conflicts: VERSION airtime_mvc/application/configs/constants.php airtime_mvc/application/controllers/ScheduleController.php install_minimal/airtime-install install_minimal/include/AirtimeInstall.php install_minimal/include/airtime-upgrade.php python_apps/api_clients/api_client.py python_apps/pypo/pypofetch.py python_apps/pypo/pypopush.py
This commit is contained in:
commit
9c7bab616d
50 changed files with 205 additions and 125 deletions
|
@ -1,4 +1,3 @@
|
|||
#!/usr/local/bin/python
|
||||
import urllib
|
||||
import logging
|
||||
import logging.config
|
||||
|
@ -8,6 +7,7 @@ import datetime
|
|||
import os
|
||||
import sys
|
||||
import shutil
|
||||
import socket
|
||||
|
||||
from configobj import ConfigObj
|
||||
|
||||
|
@ -291,10 +291,12 @@ class CommandListener(Thread):
|
|||
try:
|
||||
# block until 5 seconds before the next show start
|
||||
self.connection.drain_events(timeout=self.time_till_next_show)
|
||||
except Exception, e:
|
||||
self.logger.info(e)
|
||||
except socket.timeout, s:
|
||||
self.logger.info(s)
|
||||
# start recording
|
||||
self.start_record()
|
||||
except Exception, e:
|
||||
time.sleep(3)
|
||||
|
||||
loops += 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue