Skip to content

Commit

Permalink
pass the rquired param...
Browse files Browse the repository at this point in the history
  • Loading branch information
tblanarik committed Oct 17, 2024
1 parent 2cae78b commit 0c5b82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0c5b82e

Please sign in to comment.