From 0599c09198dcfccc3c387d0f6b76ad186f40652e Mon Sep 17 00:00:00 2001 From: devnulling Date: Mon, 16 May 2016 22:18:52 -0700 Subject: [PATCH] Add API Key field --- python/html_template.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; } - -