aboutsummaryrefslogtreecommitdiff
path: root/dev/utah/convert.py
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-06-03 13:35:09 -0600
committerMelody Horn <melody@boringcactus.com>2020-06-03 13:35:09 -0600
commit1fb51437daf96f89546e084fdebec6b534108cc3 (patch)
tree0b28320933f683940f64266b3653217d5c4cb6a7 /dev/utah/convert.py
parent46d6de9803c5de1427c75c9d2c6c9b7a7bdc667b (diff)
downloadpig.observer-1fb51437daf96f89546e084fdebec6b534108cc3.tar.gz
pig.observer-1fb51437daf96f89546e084fdebec6b534108cc3.zip
work even further around weird georgia stuff
Diffstat (limited to 'dev/utah/convert.py')
-rw-r--r--dev/utah/convert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/utah/convert.py b/dev/utah/convert.py
index c13fdeb..cbad592 100644
--- a/dev/utah/convert.py
+++ b/dev/utah/convert.py
@@ -25,5 +25,5 @@ for place in places:
url = place['url']
name = names[cam_id]
sources[area].append({'id': cam_id, 'url': url, 'name': name})
-with open('sources.js', 'w') as f:
+with open('sources.json', 'w') as f:
json.dump(dict(sources), f)