mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-05 18:11:41 +00:00
Fix a bug where some NaN values could leak into the JSON output, causing it to be invalid. Created a new safe_json_dumps method since we would otherwise now be providing multiple parameters all over the code
This commit is contained in:
+2
-1
@@ -16,4 +16,5 @@ beautifulsoup4~=4.14.2
|
||||
websocket-client~=1.8.0
|
||||
tornado~=6.4.2
|
||||
tornado_eventsource~=3.0.0
|
||||
geopandas~=0.13.2
|
||||
geopandas~=0.13.2
|
||||
simplejson~=4.1.1
|
||||
Reference in New Issue
Block a user