Esempio n. 1
0
 def run(self):
     try:
         sixwatch.main(self.mac)
     except Exception, e:
         print "Exception caught in sixwatch, aborting: " + str(e)
         pass
Esempio n. 2
0
 def run(self):
     while True:
         try:
             sixwatch.main(self.mac)
         except Exception, e:
             print "Exception caught in sixwatch, restarting: " + str(e)
Esempio n. 3
0
 def run(self):
   while True:
     try:
         sixwatch.main(self.mac)
     except Exception as e:
         print("Exception caught in sixwatch, restarting: " + str(e))
Esempio n. 4
0
 def run(self):
     try:
         sixwatch.main(self.mac)
     except Exception, e:
         print "Exception caught in sixwatch, aborting: " + str(e)
         pass