bearing / dosenet

Code for the Berkeley RadWatch dosimeter network
https://radwatch.berkeley.edu/dosenet
4 stars 0 forks source link

Data to webserver #136

Closed bplimley closed 7 years ago

bplimley commented 7 years ago

Fix bug that was preventing the cron job from sending the data files. It turns out to be a line in utils.py which was for printing to screen. Now the error is handled.

Also, I added a 60-second delay in the cron job script so that the CSV/geoJSON get created right after 90% of the devices post data, instead of right before. So the data displayed on the web is only 2.5 to 7.5 minutes delayed, rather than 6.5 to 11.5 minutes delayed.