Skip to content

Commit

Permalink
updated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmyR committed Aug 8, 2013
1 parent 7e8132e commit 712e9c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion everything.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/python3

import json
import urllib.request
import cgitb
Expand Down Expand Up @@ -84,5 +86,5 @@



print(json.dumps(results))
print(json.dumps({"establishments":results}))

0 comments on commit 712e9c1

Please sign in to comment.