not flood on vcsa error

This commit is contained in:
chrys 2018-09-07 23:09:02 +02:00
parent 1d695ef427
commit 28d12dad91

View File

@ -155,7 +155,8 @@ class driver(screenDriver):
"Data":self.createScreenEventData(currScreen,screenContent) "Data":self.createScreenEventData(currScreen,screenContent)
}) })
except Exception as e: except Exception as e:
self.env['runtime']['debug'].writeDebugOut('VCSA:updateWatchdog:' + str(e),debug.debugLevel.ERROR) self.env['runtime']['debug'].writeDebugOut('VCSA:updateWatchdog:' + str(e),debug.debugLevel.ERROR)
time.sleep(0.2)
def createScreenEventData(self, screen, content): def createScreenEventData(self, screen, content):