예제 #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