mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 13:15:13 +00:00
Stop HistoryMonitor in TerminadoEventHandler.cleanup()
This commit is contained in:
@ -34,3 +34,6 @@ class TerminadoEventHandler(TriggerlessEventHandler):
|
||||
data['count'] = int(data.get('count', 1))
|
||||
data['history'] = self.historymonitor.history[-data['count']:]
|
||||
return data
|
||||
|
||||
def cleanup(self):
|
||||
self.historymonitor.stop()
|
||||
|
Reference in New Issue
Block a user