diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-21 22:19:19 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-21 22:22:32 -0800 |
commit | fb80eab1bdae2d21a3dda2e82230b7477ed41ebc (patch) | |
tree | 22249594f630b5535eea5a95dea8a8f81e0abbd0 /python/fatcat_tools/harvest/harvest_common.py | |
parent | 972f00e0e980da308fe80552145622ee69105b3b (diff) | |
download | fatcat-fb80eab1bdae2d21a3dda2e82230b7477ed41ebc.tar.gz fatcat-fb80eab1bdae2d21a3dda2e82230b7477ed41ebc.zip |
clean up harvester comments/docs
Diffstat (limited to 'python/fatcat_tools/harvest/harvest_common.py')
-rw-r--r-- | python/fatcat_tools/harvest/harvest_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/harvest/harvest_common.py b/python/fatcat_tools/harvest/harvest_common.py index f0ef51aa..6041a36f 100644 --- a/python/fatcat_tools/harvest/harvest_common.py +++ b/python/fatcat_tools/harvest/harvest_common.py @@ -4,7 +4,7 @@ import json import time import datetime - +# Used for parsing ISO date format (YYYY-MM-DD) DATE_FMT = "%Y-%m-%d" class HarvestState: |