Skip to content

Commit

Permalink
Merge pull request #3 from ImmyR/master
Browse files Browse the repository at this point in the history
updated  stuff
  • Loading branch information
ImmyR committed Aug 8, 2013
2 parents b260dcc + 712e9c1 commit 049d2c3
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 049d2c3

Please sign in to comment.