diff --git a/python/html_template.py b/python/html_template.py index 1e6e5b0..0ada669 100644 --- a/python/html_template.py +++ b/python/html_template.py @@ -2,7 +2,7 @@ #HTML template for Mode S map display #Nick Foster, 2013 -def html_template(my_position, json_file): +def html_template(my_apikey, my_position, json_file): if my_position is None: my_position = [37, -122] @@ -25,9 +25,9 @@ def html_template(my_position, json_file): white-space: nowrap; } - -