Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/update/cn_loc.py
Commit message (Collapse)AuthorAgeFilesLines
* Increase timeout for CN Open Data downloadArthur de Jong2022-11-131-2/+2
| | | | It seems that raw.githubusercontent.com can be extremely slow.
* Provide a timeout to all download scriptsArthur de Jong2022-08-151-1/+1
|
* Switch update scripts to Python 3Arthur de Jong2019-10-271-17/+6
|
* Switch update scripts to use requestsArthur de Jong2019-10-271-1/+2
| | | | This makes the scripts more consistent.
* Move update scripts to own directoryArthur de Jong2018-01-011-0/+103
This moves all the update scripts to their own directory so they don't clutter the toplevel directory. This also ensures that the scripts are passed through flake8 and makes some adjustments for that alongside a few other cleanups.