Skip to content

Commit

Permalink
uncommitted changes :)
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Sep 6, 2013
1 parent eadd3c6 commit d52d6ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions geowikis.py
Expand Up @@ -28,10 +28,15 @@
try:
geo = requests.get(url, headers={"User-Agent": "ici : http://github.com/edsu/ici"}).json()
if type(geo) == dict:
print "y"
geo_enabled[name] = code
else:
print "n"
except:
pass # m'eh

import sys; sys.exit()

# output some html

names = geo_enabled.keys()
Expand Down

0 comments on commit d52d6ef

Please sign in to comment.