mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
forgot to call it eventr
This commit is contained in:
parent
0f892a69d9
commit
60f3d25c29
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import json
|
|||
|
||||
|
||||
# @subtask_handler() TODO: Do this without subtask_handler but task_handler() that creates task_id and subtask_id
|
||||
def handler(body: dict[str, Any], context: Any, local: bool = False) -> None:
|
||||
def handler(event: dict[str, Any], context: Any, local: bool = False) -> None:
|
||||
if local is True:
|
||||
event = {
|
||||
"Records": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue