From 712e9c19c6f079733b1b31b4cad5a58cd051d010 Mon Sep 17 00:00:00 2001 From: ImmyR Date: Thu, 8 Aug 2013 15:56:47 +0100 Subject: [PATCH] updated stuff --- everything.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/everything.py b/everything.py index 0d6f76b..2932c7e 100644 --- a/everything.py +++ b/everything.py @@ -1,3 +1,5 @@ +#!/usr/bin/python3 + import json import urllib.request import cgitb @@ -84,5 +86,5 @@ -print(json.dumps(results)) +print(json.dumps({"establishments":results}))