Execute data manipulation bots from agent

This commit is contained in:
Jake Walker
2023-11-21 11:42:01 +00:00
parent 7e0e8a4768
commit 2975aa8827
3 changed files with 40 additions and 4 deletions

View File

@@ -130,7 +130,7 @@ class DatabaseClient(Application):
def execute(self) -> None:
"""Run the DatabaseClient."""
super().execute()
# super().execute()
if self.operating_state == ApplicationOperatingState.RUNNING:
self.connect()