mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added whitespace
This commit is contained in:
parent
346b798c19
commit
e0e60f8c98
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ async def trigger_plan(body: PlanTriggerRequest):
|
|||
logger.info("Connecting to db")
|
||||
session = sessionmaker(bind=db_engine)()
|
||||
created_at = datetime.now().isoformat()
|
||||
|
||||
# TODO: We should store the trigger file path in the database with the plan so we can track the file that
|
||||
# triggered the plan
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue