added several copies of the database
[swohoa] / swohoa2sqlite.py
index c8a97420736319c2ea048fa9dfaa770095797203..5e899ef32951f48a9c3b8134fe7077c47321cc0d 100644 (file)
@@ -16,9 +16,6 @@ raw_data = raw_data.replace('\r\n', '')
 raw_data = raw_data.replace('""', '"')
 raw_data = re.sub(';$', '', raw_data)
 
-print raw_data
-sys.exit()
-
 data = json.loads(raw_data)
 
 # interate through the data from the json website and create a list of

Benjamin Mako Hill || Want to submit a patch?