Skip to content

Commit a067903

Browse files
Merge pull request #8 from cityofaustin/charlie/fire-incidents
Fire incidents sometimes not updating in Socrata
2 parents 4262bae + 1af755d commit a067903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

records_to_socrata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def main(args):
6161
logger.info(f"{len(data)} {dataset}s to process")
6262

6363
if not data:
64-
return
64+
continue
6565

6666
build_point_data(data)
6767

0 commit comments

Comments
 (0)