From 0c5b82ea0b2853a8e4c8c8b53ee1b719a9f2944b Mon Sep 17 00:00:00 2001 From: Trevor Blanarik Date: Thu, 17 Oct 2024 23:26:26 +0000 Subject: [PATCH] pass the rquired param... --- spotbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotbot.py b/spotbot.py index 851a06c..c93baae 100644 --- a/spotbot.py +++ b/spotbot.py @@ -15,7 +15,7 @@ def run(req): callsign = req_body.get('callsign') - content = create_content(req_body) + content = create_content(req_body, dd) table = tables.get_table() entity = tables.query_for_entity(table, callsign)