Pass execution definition from config to agent

This commit is contained in:
Jake Walker
2023-11-16 13:26:30 +00:00
parent 23fd9c3839
commit 1c5ff66d26
4 changed files with 27 additions and 4 deletions

View File

@@ -135,3 +135,6 @@ class WebBrowser(Application):
self.sys_log.info(f"{self.name}: Received HTTP {payload.status_code.value}")
self.latest_response = payload
return True
def execute(self):
pass