not flood on vcsa error
This commit is contained in:
parent
1d695ef427
commit
28d12dad91
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user