示例#1
0
文件: ps3d.py 项目: SirTomselon/xbmc
 def run(self):
     try:
         sixwatch.main(self.mac)
     except Exception, e:
         print "Exception caught in sixwatch, aborting: " + str(e)
         pass
示例#2
0
 def run(self):
     while True:
         try:
             sixwatch.main(self.mac)
         except Exception, e:
             print "Exception caught in sixwatch, restarting: " + str(e)
示例#3
0
文件: ps3d.py 项目: 68foxboris/xbmc
 def run(self):
   while True:
     try:
         sixwatch.main(self.mac)
     except Exception as e:
         print("Exception caught in sixwatch, restarting: " + str(e))
示例#4
0
 def run(self):
     try:
         sixwatch.main(self.mac)
     except Exception, e:
         print "Exception caught in sixwatch, aborting: " + str(e)
         pass